Files
Ceras/themes/ceras/node_modules/arraybuffer.slice/Makefile
T
2023-07-12 16:31:19 +01:00

9 lines
92 B
Makefile
Executable File

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