Skip to content

Commit

Permalink
add expose gc to unit script
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlanabrennan committed Dec 9, 2024
1 parent d8387d6 commit 9c5147f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"lint:lockfile": "lockfile-lint --path package-lock.json --type npm --allowed-hosts npm --validate-https --validate-integrity",
"unit": "c8 -o ./coverage/unit borp --timeout 180000 'tests/unit/*.test.js'",
"unit": "c8 -o ./coverage/unit borp --expose-gc --timeout 180000 'tests/unit/*.test.js'",
"integration": "c8 -o ./coverage/integration tap --timeout 360000 --jobs=1 --no-coverage tests/integration/*.tap.js",
"native": "node tests/native/*.js",
"test": "npm run unit && npm run integration",
Expand Down Expand Up @@ -80,6 +80,7 @@
"@newrelic/proxy": "^2.0.0",
"async": "^3.2.2",
"aws-sdk": "^2.266.1",
"borp": "^0.19.0",
"c8": "^8.0.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
Expand Down

0 comments on commit 9c5147f

Please sign in to comment.