summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/github-url-from-git/Makefile
blob: 37f330e81b98c1c880622c73a07278139c75cb79 (plain)
1
2
3
4
5

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

.PHONY: test