Skip to content

Commit

Permalink
add debugger command to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
kieran committed Feb 28, 2014
1 parent b1378a4 commit 8bdf10c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -4,5 +4,8 @@ test:
oldtest:
@node tests/barista.test.js

debug_test:
@node --debug-brk tests/barista.test.js

autotest:
@cd lib; ../node_modules/.bin/mocha -w --reporter list --growl --compilers coffee:coffee-script ../tests/mocha.coffee

0 comments on commit 8bdf10c

Please sign in to comment.