Skip to content

Commit 8941a1b

Browse files
committed
ci: 🎡 limit Jest concurrency
1 parent bf4e6b8 commit 8941a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"scripts": {
1111
"clean": "rimraf lib types",
1212
"build": "tsc -p . && cpy src/*.js lib",
13-
"test": "jest",
13+
"test": "jest --maxWorkers 2",
1414
"test:coverage": "jest --coverage",
1515
"test:watch": "jest --watch",
1616
"watch": "watch \"npm run build\" ./src",

0 commit comments

Comments
 (0)