Files
meida_applet/node_modules/component-bind/Makefile
T
2023-12-13 11:25:22 +08:00

7 lines
89 B
Makefile

test:
@./node_modules/.bin/mocha \
--require should \
--reporter spec
.PHONY: test