Current version of **Jest** in `package.json` is `20.0.4`, current latest version: 23.6.0 https://github.com/netguru/create-react-app/blob/master/packages/react-scripts/package.json#L59 We're currently experiencing issues with snapshot tests and coverage causing Circle CI process run out of memory: > ENOMEM: not enough memory, read There is reported issue: https://github.com/facebook/jest/issues/5239 And it looks like it was fixed in Jest@^22.1.x
Current version of Jest in
package.jsonis20.0.4, current latest version: 23.6.0https://github.com/netguru/create-react-app/blob/master/packages/react-scripts/package.json#L59
We're currently experiencing issues with snapshot tests and coverage causing Circle CI process run out of memory:
There is reported issue: jestjs/jest#5239
And it looks like it was fixed in Jest@^22.1.x