kentcdodds / testing-workshop

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

`npm run test:coverage` does not exist #102

Closed mjlyons closed 5 years ago

mjlyons commented 5 years ago

Environment info:

Problem description:

One of the steps in the troubleshooting section tells you to run npm run test:coverage, which does not exist. The closest that mentions coverage is npm run test.

Suggested solution:

If it's not used anymore, remove the line from README.md?

kentcdodds commented 5 years ago

Fixed. Thanks!