I was trying to implement the example shown in Jest website: Getting started with Jest.
While running npm test on I was getting the following error:
npm test
Just remove jest from your dev dependencies. To do so, run the following command:
jest
npm remove --save-dev jest