6 lines
76 B
Makefile
Raw Normal View History

2019-02-01 14:06:44 +01:00
test:
@./node_modules/.bin/mocha $(T) --async-only $(TESTS)
.PHONY: test