BiFace_Server_Config_API/node_modules/arraybuffer.slice/Makefile
2020-05-22 14:53:57 +07:00

9 lines
92 B
Makefile

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