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
You should downgrade installed jest to v20.0.4 npm install -D jest@20.0.4
jest
v20.0.4
npm install -D jest@20.0.4