summaryrefslogtreecommitdiffstats
path: root/node_modules/regexp-clone/Makefile
blob: 6c8fb751677818fb46d2b4bcf70ce67c4b2c620f (plain) (blame)
1
2
3
4
5
test:
	@./node_modules/.bin/mocha $(T) --async-only $(TESTS)

.PHONY: test