koa-plugins/node_modules/only/Makefile
2020-03-01 17:38:34 +01:00

7 lines
No EOL
89 B
Makefile

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