UNPKG

133 BPlain TextView Raw
1
2test:
3 @./node_modules/.bin/mocha \
4 --require should \
5 --timeout 20s \
6 --slow 3s \
7 --bail \
8 --reporter spec
9
10.PHONY: test