burnchart/Makefile
2013-08-12 19:23:30 +01:00

4 lines
115 B
Makefile

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