We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55bec54 commit e896755Copy full SHA for e896755
package.json
@@ -50,8 +50,8 @@
50
"test": "istanbul cover -x '**/*.test.js' node_modules/mocha/bin/_mocha '!(node_modules)/**/*.test.js' -- -R spec --recursive",
51
"lint": "eslint .",
52
"docs": "node scripts/generate-readme.js",
53
- "simple-integration-test": "jest --maxWorkers=8 simple-suite",
54
- "complex-integration-test": "jest --maxWorkers=8 integration"
+ "simple-integration-test": "jest --maxWorkers=5 simple-suite",
+ "complex-integration-test": "jest --maxWorkers=5 single-event-single-function"
55
},
56
"jest": {
57
"testRegex": "(\\.|/)(tests)\\.js$",
0 commit comments