UNPKG

111 BPlain TextView Raw
1
2TESTS = test/*.js
3
4test:
5 @./node_modules/mocha/bin/mocha --reporter list $(TESTFLAGS) $(TESTS)
6
7.PHONY: test