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.
1 parent 738092e commit 99bd32bCopy full SHA for 99bd32b
package.json
@@ -24,7 +24,7 @@
24
"build:all": "yarn build:crypto-dependencies && lerna run build",
25
"build-documentation": "yarn remove-documentation && typedoc",
26
"pretest:all": "yarn build:all",
27
- "test:all": "jest --coverage --passWithNoTests && lerna run test --scope '@aws-sdk/{fetch-http-handler,hash-blob-browser}' && yarn test:versions",
+ "test:all": "jest --maxWorkers=50% && lerna run test --scope '@aws-sdk/{fetch-http-handler,hash-blob-browser}' && yarn test:versions",
28
"test:functional": "jest --config tests/functional/jest.config.js",
29
"test:integration:legacy": "cucumber-js --fail-fast",
30
"test:integration:legacy:since:release": "./tests/integ-legacy/index.js",
0 commit comments