1
0
Fork 0
mirror of https://github.com/xevidos/codiad.git synced 2025-03-14 12:34:41 +01:00
codiad/plugins/Codiad-Collaborative-master/node_modules/arraybuffer.slice/Makefile

8 lines
92 B
Makefile
Executable file

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