weipengfei ddc2da006e 插件
2023-09-09 09:39:30 +08:00

8 lines
100 B
Makefile

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