Skip to content

Commit e4af99a

Browse files
ci: debug
1 parent 2959f70 commit e4af99a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"fix:code": "npm run lint:code -- --fix",
3939
"pretest": "npm run build && npm run lint",
4040
"test": "npm run test:base",
41-
"test:base": "node --experimental-vm-modules --enable-source-maps ./node_modules/jest-cli/bin/jest",
41+
"test:base": "node --experimental-vm-modules --enable-source-maps ./node_modules/jest-cli/bin/jest --workerThreads",
4242
"test:smoketests": "c8 node --enable-source-maps smoketests/index.js",
4343
"test:coverage": "c8 npm run test:base",
4444
"update:docs": "node ./scripts/update-docs",
@@ -69,6 +69,7 @@
6969
"get-port": "^7.1.0",
7070
"husky": "^9.1.4",
7171
"jest": "^30.2.0",
72+
"leaked-handles": "^5.2.0",
7273
"lint-staged": "^16.3.2",
7374
"mini-css-extract-plugin": "^2.6.1",
7475
"prettier": "^3.6.0",

0 commit comments

Comments
 (0)