Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 523ea5f

Browse files
committedOct 30, 2017
🐛 fix jest on circle CI
1 parent 921786c commit 523ea5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"build": "cross-env BABEL_ENV=production babel src -d .",
4242
"lint": "eslint src misc",
4343
"test": "jest",
44-
"test:coverage": "jest --coverage && codecov",
44+
"test:coverage": "jest --maxWorkers=2 --coverage && codecov",
4545
"docs": "jsdoc -c jsdoc.json",
4646
"docs:private": "jsdoc -c jsdoc.json -p"
4747
},

0 commit comments

Comments
 (0)