Skip to content

Commit

Permalink
Fix minor docs typo (#2500)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexxNica authored and Timer committed Jun 8, 2017
1 parent 054778f commit cccd855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-scripts/template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,7 @@ The watcher includes an interactive command-line interface with the ability to r

### Version Control Integration

By default, when you run `npm test`, Jest will only run the tests related to files changed since the last commit. This is an optimization designed to make your tests runs fast regardless of how many tests you have. However it assumes that you don’t often commit the code that doesn’t pass the tests.
By default, when you run `npm test`, Jest will only run the tests related to files changed since the last commit. This is an optimization designed to make your tests run fast regardless of how many tests you have. However it assumes that you don’t often commit the code that doesn’t pass the tests.

Jest will always explicitly mention that it only ran tests related to the files changed since the last commit. You can also press `a` in the watch mode to force Jest to run all tests.

Expand Down

0 comments on commit cccd855

Please sign in to comment.