Skip to content

Commit ccfed4a

Browse files
AlexxNicaromaindso
authored andcommitted
Fix minor docs typo (facebook#2500)
1 parent 21e42cc commit ccfed4a

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)