Skip to content

Commit 066d05e

Browse files
committed
CircleCI test optimization
1 parent be4c392 commit 066d05e

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
@@ -120,7 +120,7 @@
120120
"prepublishOnly": "npm run make:lib",
121121
"start": "webpack-dev-server --hot",
122122
"test": "npm run test:lint && npm run test:pretty && npm run test:js",
123-
"test:js": "jest --setupTestFrameworkScriptFile=raf/polyfill",
123+
"test:js": "jest --setupTestFrameworkScriptFile=raf/polyfill --maxWorkers=2",
124124
"test:lint": "eslint \"src/**/*.js\" && echo -e '\\033[0;32m'PASS'\\033[0m'",
125125
"test:pretty": "prettier -l \"src/**/*.js\" && echo -e '\\033[0;32m'PASS'\\033[0m'",
126126
"test:percy": "react-percy",

0 commit comments

Comments
 (0)