Files
fitness_walk_nwnu/node_modules/arraybuffer.slice/Makefile
T
2026-09-08 20:28:54 +08:00

9 lines
92 B
Makefile

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