UNPKG

115 BPlain TextView Raw
1
2test:
3 @./node_modules/.bin/mocha \
4 --require should \
5 --reporter spec \
6 --harmony \
7 --bail
8
9.PHONY: test
\No newline at end of file