create-react-app icon indicating copy to clipboard operation
create-react-app copied to clipboard

Jest is outdated

Open RusinovAnton opened this issue 6 years ago • 0 comments

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

RusinovAnton avatar Dec 17 '18 15:12 RusinovAnton