UNPKG

217 BPlain TextView Raw
1REPORTER = spec
2
3test:
4 ./node_modules/.bin/mocha --recursive --reporter $(REPORTER) --require should
5test-w:
6 ./node_modules/.bin/mocha --recursive --reporter $(REPORTER) --require should --watch
7
8.PHONY: test test-w
\No newline at end of file