Merge pull request #60 from mchelen/patch-2

scripts(): add `test:debug` command
This commit is contained in:
Kamil Mysliwiec 2018-12-05 23:03:16 +01:00 committed by GitHub
commit d6b61d8797
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": {