2023-05-16 10:50:42 +08:00

9 lines
92 B
Makefile
Executable File

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