Skip to content

Commit d581f0a

Browse files
authored
Warn about facebook#871 until it's actually fixed.
facebook#871 is still an issue on the latest version of react-scripts (1.1.4 at time of writing). Rather than having people eventually find this issue and waste time, be more helpful and provide a note in the readme so people are aware this is an issue and don't waste time. create-react-app is great for people that are learning react and this issue affects them negatively. This note can be removed once the issue is fixed.
1 parent 0dfc6f6 commit d581f0a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/react-scripts/template/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1378,6 +1378,8 @@ The watcher includes an interactive command-line interface with the ability to r
13781378

13791379
![Jest watch mode](http://facebook.github.io/jest/img/blog/15-watch.gif)
13801380

1381+
(If you are on OSX and running into errors about `FSEvents` when running tests then [install watchman](https://github.com/facebook/create-react-app/issues/871))
1382+
13811383
### Version Control Integration
13821384

13831385
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.

0 commit comments

Comments
 (0)