aboutsummaryrefslogtreecommitdiffhomepage
path: root/node_modules/callsite/Makefile
blob: 634e37219281be9e2f2129c5d31390b166cfdd9e (plain)
1
2
3
4
5
6
test:
	@./node_modules/.bin/mocha \
		--require should

.PHONY: test