burnchart/Makefile

4 lines
115 B
Makefile
Raw Normal View History

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