Add test:debug command

Runs Jest with `--inspect-brk` flag and appropriate TS modules.
This commit is contained in:
Mike Chelen
2018-12-03 18:49:34 -05:00
committed by GitHub
parent 1bbfc970c8
commit 25911fc11f
+1
View File
@@ -15,6 +15,7 @@
"test": "jest",
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {