2012-02-06 14:09:01 -05:00

6 lines
65 B
Makefile

test:
@./node_modules/.bin/mocha \
--ui exports
.PHONY: test