2 changed files with 7 additions and 1 deletions
@ -0,0 +1,5 @@ |
|||
.PHONY: test |
|||
test: |
|||
./node_modules/.bin/mocha |
|||
cover: |
|||
./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --reporter spec test |
Loading…
Reference in new issue