mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-20 23:05:09 +00:00
7 lines
No EOL
89 B
Makefile
7 lines
No EOL
89 B
Makefile
|
|
test:
|
|
@./node_modules/.bin/mocha \
|
|
--require should \
|
|
--reporter spec
|
|
|
|
.PHONY: test |