netguru / create-react-app

Create React apps with no build configuration.
MIT License
14 stars 6 forks source link

Jest is outdated #55

Open RusinovAnton opened 5 years ago

RusinovAnton commented 5 years ago

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