mirror of
https://github.com/status-im/burnchart.git
synced 2025-01-19 15:12:05 +00:00
4 lines
115 B
Makefile
4 lines
115 B
Makefile
|
test:
|
||
|
./node_modules/.bin/mocha --compilers coffee:coffee-script --reporter spec --ui exports --bail
|
||
|
|
||
|
.PHONY: test
|