UNPKG

143 BPlain TextView Raw
1TESTS = test/*.js
2REPORTER ?= dot
3
4test:
5 @./node_modules/.bin/mocha \
6 --require should \
7 --reporter $(REPORTER) \
8 $(TESTS)
9
10.PHONY: test
\No newline at end of file