mirror of
https://github.com/danbulant/koa-plugins
synced 2026-05-19 04:08:43 +00:00
8 lines
No EOL
100 B
Makefile
8 lines
No EOL
100 B
Makefile
|
|
test:
|
|
@./node_modules/.bin/mocha \
|
|
--require should \
|
|
--reporter spec \
|
|
--bail
|
|
|
|
.PHONY: test |