node/deps/npm/node_modules/github-url-from-git/Makefile

6 lines
90 B
Makefile
Raw Normal View History

2013-08-16 23:19:31 +08:00
test:
@./node_modules/.bin/mocha test.js --reporter spec --require should
.PHONY: test