UNPKG

108 BPlain TextView Raw
1
2REPORTER = spec
3
4test:
5 @./node_modules/.bin/mocha \
6 --slow 30 \
7 --reporter $(REPORTER)
8
9.PHONY: test
\No newline at end of file