Files
2013-08-15 19:47:43 -04:00

6 lines
90 B
Makefile

test:
@./node_modules/.bin/mocha test.js --reporter spec --require should
.PHONY: test