UNPKG

173 BPlain TextView Raw
1
2test: node_modules
3 @./node_modules/.bin/mocha \
4 --timeout 300 \
5 --require should \
6 --bail \
7 --reporter spec
8
9node_modules: package.json
10 @npm install
11
12.PHONY: test
\No newline at end of file