biofriction-wp-theme/node_modules/arraybuffer.slice/Makefile

9 lines
92 B
Makefile
Raw Permalink Normal View History

2021-10-26 14:18:09 +02:00
REPORTER = dot
test:
@./node_modules/.bin/mocha \
--reporter $(REPORTER)
.PHONY: test