Skip to content

Commit

Permalink
pass in assertion library to lab cli
Browse files Browse the repository at this point in the history
  • Loading branch information
nlf committed Oct 23, 2014
1 parent 5ba488f commit 45326d9
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
@@ -1,8 +1,8 @@
test:
@node node_modules/lab/bin/lab -L
@node node_modules/lab/bin/lab -a code -L
test-cov:
@node node_modules/lab/bin/lab -t 100 -L
@node node_modules/lab/bin/lab -a code -t 100 -L
test-cov-html:
@node node_modules/lab/bin/lab -L -r html -o coverage.html
@node node_modules/lab/bin/lab -a code -L -r html -o coverage.html

.PHONY: test test-cov test-cov-html

0 comments on commit 45326d9

Please sign in to comment.