Skip to content

Commit 55f075e

Browse files
committed
Change test concurrency to 5
1 parent c51d5af commit 55f075e

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
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "1.0.0",
55
"scripts": {
6-
"test": "jest --maxConcurrency=20"
6+
"test": "jest --maxConcurrency=5"
77
},
88
"jest": {
99
"preset": "ts-jest",

0 commit comments

Comments
 (0)