Skip to content

Commit

Permalink
Attempt at fixing code coverage OOM
Browse files Browse the repository at this point in the history
  • Loading branch information
adams85 committed Oct 31, 2023
1 parent 446001f commit 72dbf0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"types": "lib/index.d.ts",
"module": "lib/esm/index.js",
"scripts": {
"coverage": "nyc npm run test",
"coverage": "cross-env NODE_OPTIONS=--max-old-space-size=16384 nyc npm run test",
"build": "tsc -p tsconfig.build.cjs.json && tsc -p tsconfig.build.esm.json",
"prepare": "npm run build",
"test": "cross-env TS_NODE_PROJECT=./tsconfig.mocha.json node --expose-gc node_modules/mocha/bin/_mocha --require ts-node/register 'test/**/*.ts' --exit --timeout 30000",
Expand Down

0 comments on commit 72dbf0b

Please sign in to comment.