We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 868f78e commit 5d5d6a1Copy full SHA for 5d5d6a1
Makefile
@@ -1,4 +1,7 @@
1
test:
2
- @NODE_ENV=test ./node_modules/.bin/mocha
+ @NODE_ENV=test ./node_modules/.bin/mocha \
3
+ --require should \
4
+ --reporter spec \
5
+ --globals i
6
7
.PHONY: test
0 commit comments