Skip to content

Commit

Permalink
Fix node test runner for #40.
Browse files Browse the repository at this point in the history
  • Loading branch information
cesutherland committed Nov 17, 2014
1 parent a338c2f commit 1d3dd4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ test:
cd spec; jasmine-headless-webkit js -j jasmine.yml -c

test-node:
cd spec; jasmine-node .
cd spec; ../node_modules/.bin/jasmine-node .

0 comments on commit 1d3dd4f

Please sign in to comment.