mirror of
https://github.com/xevidos/codiad.git
synced 2025-03-14 12:34:41 +01:00
8 lines
92 B
Makefile
Executable file
8 lines
92 B
Makefile
Executable file
|
|
REPORTER = dot
|
|
|
|
test:
|
|
@./node_modules/.bin/mocha \
|
|
--reporter $(REPORTER)
|
|
|
|
.PHONY: test
|