summaryrefslogtreecommitdiff
path: root/node_modules/should/Makefile
blob: 19e886820d530d434ad84c7ecf0544ed857cbec1 (plain)
1
2
3
4
5
6
test:
	@./node_modules/.bin/mocha \
		--ui exports

.PHONY: test