Skip to content

Commit

Permalink
chore(webpack-test): --forceExit for open handles (#3432)
Browse files Browse the repository at this point in the history
The test currently has 3 known open handles, force exit for now.
  • Loading branch information
Boshen authored Jun 6, 2023
1 parent ef6ddf8 commit 3ea1fe0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webpack-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"license": "MIT",
"main": "./dist/index.d.ts",
"scripts": {
"test": "cross-env NODE_OPTIONS=\"--experimental-vm-modules --max-old-space-size=4096 --trace-deprecation\" jest --logHeapUsage --runInBand --bail",
"test:metric": "cross-env NODE_OPTIONS=\"--experimental-vm-modules --max-old-space-size=4096 --trace-deprecation\" jest --logHeapUsage --runInBand --bail --json | node scripts/test-metric.js",
"test:metric:json": "cross-env NODE_OPTIONS=\"--experimental-vm-modules --max-old-space-size=4096 --trace-deprecation\" jest --logHeapUsage --runInBand --bail --json"
"test": "cross-env NODE_OPTIONS=\"--experimental-vm-modules --max-old-space-size=4096 --trace-deprecation\" jest --logHeapUsage --runInBand --bail --forceExit",
"test:metric": "cross-env NODE_OPTIONS=\"--experimental-vm-modules --max-old-space-size=4096 --trace-deprecation\" jest --logHeapUsage --runInBand --bail --forceExit --json | node scripts/test-metric.js",
"test:metric:json": "cross-env NODE_OPTIONS=\"--experimental-vm-modules --max-old-space-size=4096 --trace-deprecation\" jest --logHeapUsage --runInBand --bail --json --forceExit"
},
"files": [
"dist"
Expand Down

0 comments on commit 3ea1fe0

Please sign in to comment.