UNPKG

71 BPlain TextView Raw
1MOCHA = ./node_modules/mocha/bin/mocha
2
3test:
4 @$(MOCHA)
5
6.PHONY: test