Skip to content

Commit

Permalink
feat: added npm script to debug tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MauroJr committed May 6, 2017
1 parent f6ad8a3 commit 88d2e39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
"start": "npm run test",
"?debug": "Start a debugger for the `main` entry point.",
"debug": "babel-node --inspect --debug-brk ./src/index.js",
"?debug:tests": "Start a debugger for the tests",
"debug:tests": "mocha --inspect --debug-brk --compilers js:babel-register ./test/*.js",
"precommit": "if-env IGNORE_GHOOKS=true || npm run test",
"?commit": "Run a wizard to do a `git commit` following commitizen rules.",
"commit": "git add -A && git-cz && git push origin HEAD",
Expand Down

0 comments on commit 88d2e39

Please sign in to comment.