Skip to content

Commit

Permalink
make prettier npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydbenson committed Apr 25, 2014
1 parent 208ef7f commit a1f5230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,7 +1,7 @@
test:
@node node_modules/lab/bin/lab
test-cov:
@node node_modules/lab/bin/lab -t 100
@node node_modules/lab/bin/lab -t 100 -v
test-cov-html:
@node node_modules/lab/bin/lab -r html -o coverage.html

Expand Down

0 comments on commit a1f5230

Please sign in to comment.