Files
2026-02-17 15:50:53 +00:00

7 lines
126 B
Makefile

REPORTER = spec
test:
@NODE_ENV=test ./node_modules/.bin/mocha --reporter $(REPORTER) -u bdd --require should
.PHONY: test