Skip to content

Commit d3a7a0b

Browse files
committed
Fix out of memory issues in jest
1 parent 652bb58 commit d3a7a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"prepublish": "yarn build",
2121
"start": "(yarn tsc --watch & yarn babel src --out-dir lib --watch & yarn cpx \"src/**/*.{css,svg,png,jpg,woff,woff2}\" lib --watch)",
2222
"start:storybook": "start-storybook",
23-
"test": "cross-env NODE_ENV=test jest",
23+
"test": "cross-env NODE_ENV=test jest --maxWorkers 2",
2424
"typecheck": "tsc --noEmit"
2525
},
2626
"jest": {

0 commit comments

Comments
 (0)