Skip to content
  • Sponsor facebook/create-react-app

  • Notifications You must be signed in to change notification settings
  • Fork 27k

Commit cccd855

Browse files
AlexxNicaTimer
authored andcommittedJun 8, 2017
Fix minor docs typo (#2500)
1 parent 054778f commit cccd855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/react-scripts/template/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1082,7 +1082,7 @@ The watcher includes an interactive command-line interface with the ability to r
10821082

10831083
### Version Control Integration
10841084

1085-
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.
1085+
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.
10861086

10871087
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.
10881088

0 commit comments

Comments
 (0)
Please sign in to comment.