Skip to content
This repository has been archived by the owner on Mar 20, 2019. It is now read-only.

Commit

Permalink
add make rules
Browse files Browse the repository at this point in the history
  • Loading branch information
retrofox committed Feb 12, 2013
1 parent 9f4ed95 commit 4c6b261
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Makefile
@@ -0,0 +1,11 @@

test:
@./node_modules/.bin/mocha \
--require should \
--timeout 10s \
--slow 3s \
--bail \
--reporter spec


.PHONY: test

0 comments on commit 4c6b261

Please sign in to comment.