burnchart/Makefile

4 lines
115 B
Makefile

test:
./node_modules/.bin/mocha --compilers coffee:coffee-script --reporter spec --ui exports --bail
.PHONY: test