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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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": {