Skip to content

Commit

Permalink
update makefile for mocha changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kieran committed Jul 21, 2014
1 parent 5efb47e commit d1fe7e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
@@ -1,5 +1,5 @@
test:
@./node_modules/.bin/mocha --reporter list --growl --compilers coffee:coffee-script tests/mocha.coffee
@mocha --reporter list --growl --compilers coffee:coffee-script/register tests/mocha.coffee

oldtest:
@node tests/barista.test.js
Expand All @@ -8,4 +8,4 @@ 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
@mocha --watch lib/ --reporter list --growl --compilers coffee:coffee-script/register tests/mocha.coffee

0 comments on commit d1fe7e8

Please sign in to comment.