Files
grafana/scripts/node_modules/random-weighted-choice/Makefile

10 lines
146 B
Makefile
Raw Normal View History

2013-01-29 10:05:02 -07:00
test:
@NODE_ENV=test ./node_modules/.bin/mocha
test-w:
@NODE_ENV=test ./node_modules/.bin/mocha \
--growl \
--watch
.PHONY: test test-w