Skip to content

Commit f94ac61

Browse files
committed
tests: reduced memory usage of the client domain tests
1 parent 66b45b2 commit f94ac61

File tree

59 files changed

+9375
-10247
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+9375
-10247
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"postversion": "npm install --package-lock-only --ignore-scripts --silent",
5252
"ts-node": "ts-node",
5353
"ts-node-inspect": "node --require ts-node/register --inspect",
54-
"test": "jest",
54+
"test": "node --expose-gc ./node_modules/.bin/jest",
5555
"lint": "eslint '{src,tests,scripts}/**/*.{js,ts,json}' 'benches/**/*.{js,ts}'",
5656
"lintfix": "eslint '{src,tests,scripts}/**/*.{js,ts,json}' 'benches/**/*.{js,ts}' --fix",
5757
"lint-shell": "find ./src ./tests ./scripts -type f -regextype posix-extended -regex '.*\\.(sh)' -exec shellcheck {} +",

shell.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ in
99
nodejs
1010
shellcheck
1111
gitAndTools.gh
12-
awscli2
13-
skopeo
1412
jq
1513
];
1614
PKG_CACHE_PATH = utils.pkgCachePath;

0 commit comments

Comments
 (0)