We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2959f70 commit e4af99aCopy full SHA for e4af99a
1 file changed
package.json
@@ -38,7 +38,7 @@
38
"fix:code": "npm run lint:code -- --fix",
39
"pretest": "npm run build && npm run lint",
40
"test": "npm run test:base",
41
- "test:base": "node --experimental-vm-modules --enable-source-maps ./node_modules/jest-cli/bin/jest",
+ "test:base": "node --experimental-vm-modules --enable-source-maps ./node_modules/jest-cli/bin/jest --workerThreads",
42
"test:smoketests": "c8 node --enable-source-maps smoketests/index.js",
43
"test:coverage": "c8 npm run test:base",
44
"update:docs": "node ./scripts/update-docs",
@@ -69,6 +69,7 @@
69
"get-port": "^7.1.0",
70
"husky": "^9.1.4",
71
"jest": "^30.2.0",
72
+ "leaked-handles": "^5.2.0",
73
"lint-staged": "^16.3.2",
74
"mini-css-extract-plugin": "^2.6.1",
75
"prettier": "^3.6.0",
0 commit comments