Skip to content

Commit

Permalink
Merge pull request #409 from adamme/master
Browse files Browse the repository at this point in the history
Make `npm test` work with io.js
  • Loading branch information
dead-horse committed Feb 5, 2015
2 parents a6efc79 + e7f7db9 commit a9e6d2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ TESTS = test/application \
test:
@NODE_ENV=test ./node_modules/.bin/mocha \
--require should \
--harmony-generators \
--harmony \
$(TESTS) \
--bail

test-cov:
@NODE_ENV=test node --harmony-generators \
@NODE_ENV=test node --harmony \
node_modules/.bin/istanbul cover \
./node_modules/.bin/_mocha \
-- -u exports \
Expand All @@ -25,7 +25,7 @@ test-cov:
--bail

test-travis:
@NODE_ENV=test node --harmony-generators \
@NODE_ENV=test node --harmony \
node_modules/.bin/istanbul cover \
./node_modules/.bin/_mocha \
--report lcovonly \
Expand Down

0 comments on commit a9e6d2c

Please # to comment.