We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3ea6b7 + 7d81f0c commit 9b8f5cbCopy full SHA for 9b8f5cb
packages/scratch-gui/package.json
@@ -31,7 +31,7 @@
31
"i18n:src": "rimraf ./translations/messages/src && babel src > tmp.js && rimraf tmp.js && build-i18n-src ./translations/messages/src ./translations/",
32
"start": "webpack serve",
33
"test": "npm run test:lint && npm run test:unit && npm run build && npm run test:integration",
34
- "test:integration": "cross-env JEST_JUNIT_OUTPUT_NAME=integration-tests-results.xml jest --maxWorkers=4 test[\\\\/]integration",
+ "test:integration": "cross-env JEST_JUNIT_OUTPUT_NAME=integration-tests-results.xml jest --maxWorkers=2 test[\\\\/]integration",
35
"test:lint": "eslint . --ext .js,.jsx,.ts,.tsx",
36
"test:unit": "cross-env JEST_JUNIT_OUTPUT_NAME=unit-tests-results.xml jest test[\\\\/]unit",
37
"test:smoke": "jest --runInBand test[\\\\/]smoke",
0 commit comments