Skip to content

Commit 2b0d121

Browse files
committed
chore(package.json): run jest with --no-compilation-cache --expose-gc
Refs: jestjs/jest#11956 (comment)
1 parent 359f00f commit 2b0d121

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
@@ -24,7 +24,7 @@
2424
"build:all": "yarn build:crypto-dependencies && lerna run build",
2525
"build-documentation": "yarn remove-documentation && typedoc",
2626
"pretest:all": "yarn build:all",
27-
"test:all": "jest --maxWorkers=50% && lerna run test --scope '@aws-sdk/{fetch-http-handler,hash-blob-browser}' && yarn test:versions",
27+
"test:all": "node --no-compilation-cache --expose-gc jest --maxWorkers=50% && lerna run test --scope '@aws-sdk/{fetch-http-handler,hash-blob-browser}' && yarn test:versions",
2828
"test:functional": "jest --config tests/functional/jest.config.js",
2929
"test:integration:legacy": "cucumber-js --fail-fast",
3030
"test:integration:legacy:since:release": "./tests/integ-legacy/index.js",

0 commit comments

Comments
 (0)