2
0
mirror of https://github.com/status-im/burnchart.git synced 2025-03-03 19:40:52 +00:00
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