Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 3661701

Browse files
author
Michal Vlasák
committed
Add test debug script
1 parent c950cf3 commit 3661701

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"lint-staged": "lint-staged",
99
"test": "NODE_ENV= jest",
1010
"test-watch": "NODE_ENV= jest --watch",
11+
"test:debug": "NODE_ENV= node --trace-warnings ./node_modules/.bin/jest --runInBand",
1112
"test:coverage": "npm run test -- --collectCoverage",
1213
"test:coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
1314
"lint": "tslint -p . --force --format codeFrame",

0 commit comments

Comments
 (0)