Files
grafana/scripts/node_modules/random-weighted-choice/Makefile
2013-01-29 10:05:02 -07:00

10 lines
146 B
Makefile

test:
@NODE_ENV=test ./node_modules/.bin/mocha
test-w:
@NODE_ENV=test ./node_modules/.bin/mocha \
--growl \
--watch
.PHONY: test test-w