Skip to content

Commit 5d5d6a1

Browse files
author
euforic
committed
f travis
1 parent 868f78e commit 5d5d6a1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
test:
2-
@NODE_ENV=test ./node_modules/.bin/mocha
2+
@NODE_ENV=test ./node_modules/.bin/mocha \
3+
--require should \
4+
--reporter spec \
5+
--globals i
36

47
.PHONY: test

0 commit comments

Comments
 (0)