Makefile 76 B

12345
  1. test:
  2. @./node_modules/.bin/mocha $(T) --async-only $(TESTS)
  3. .PHONY: test