NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/consolidate/Makefile
2023-09-14 14:47:11 +08:00

9 lines
108 B
Makefile

REPORTER = spec
test:
@./node_modules/.bin/mocha \
--slow 30 \
--reporter $(REPORTER)
.PHONY: test