PC/node_modules/consolidate/Makefile
2026-01-26 23:20:48 +08:00

9 lines
108 B
Makefile

REPORTER = spec
test:
@./node_modules/.bin/mocha \
--slow 30 \
--reporter $(REPORTER)
.PHONY: test