mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-20 23:05:09 +00:00
8 lines
92 B
Makefile
8 lines
92 B
Makefile
|
|
REPORTER = dot
|
|
|
|
test:
|
|
@./node_modules/.bin/mocha \
|
|
--reporter $(REPORTER)
|
|
|
|
.PHONY: test
|