Skip to content

Commit 66b7284

Browse files
committed
chore: verbose test
1 parent b25aea8 commit 66b7284

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"format": "prettier --loglevel warn --write '{lib,test}/**/*.ts' && tslint --fix --format stylish '{lib,test}/**/*.ts'",
2222
"test": "npm run test-jest",
2323
"test-jest": "jest --ci --maxWorkers=3 --logHeapUsage --colors",
24-
"test-jest-windows": "jest --ci --maxWorkers=3 --config test/windows/jest.config.js --logHeapUsage",
24+
"test-jest-windows": "jest --ci --maxWorkers=50% --config test/windows/jest.config.js --logHeapUsage --verbose",
2525
"prepare": "npm run build"
2626
},
2727
"engines": {

0 commit comments

Comments
 (0)