Skip to content

Commit

Permalink
chore(docs): Fix typo in unit-testing (#14177)
Browse files Browse the repository at this point in the history
Fixes a small typo on line 210 where the phrase "so that" was used twice in a row erroneously.
  • Loading branch information
Doesntmeananything authored and LekoArts committed May 20, 2019
1 parent 7f5b262 commit ec038e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/unit-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ Run the tests again now and it should all work! You may get a message about
the snapshot being written. This is created in a `__snapshots__` directory next
to your tests. If you take a look at it, you will see that it is a JSON
representation of the `<Header />` component. You should check your snapshot files
into a source control system (for example, a GitHub repo) so that so that any changes are tracked in history.
into a source control system (for example, a GitHub repo) so that any changes are tracked in history.
This is particularly important to remember if you are using a continuous
integration system such as Travis or CircleCI to run tests, as these will fail if the snapshot is not checked into source control.

Expand Down

0 comments on commit ec038e9

Please sign in to comment.