diff --git a/package.json b/package.json index e33e48e..f309af2 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",