kentcdodds / testing-workshop

A workshop for learning how to test JavaScript applications
http://git.io/testing-workshop
1.36k stars 710 forks source link

jest is not running after installation dependencies #118

Closed Mr-Usman closed 4 years ago

Mr-Usman commented 4 years ago

Environment info:

Problem description:

Screenshot 2020-04-20 at 7 42 26 PM

Suggested solution:

kentcdodds commented 4 years ago

I think this is probably an issue with watchman on your computer. Here's some docs on that: https://jestjs.io/docs/en/troubleshooting#watchman-issues

dbertozzi commented 4 years ago

I got the same error before I had watchman installed. try: brew install watchman