UNPKG
kr
Version:
latest (0.0.1)
0.0.1
simple express-like routing for koa and roo
github.com/lapwinglabs/kr
lapwinglabs/kr
kr
/
Makefile
10 lines
(7 loc)
•
126 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
test: @./node_modules/.bin/mocha \
--reporter
spec \
--require
should \
--harmony-generators
\
--bail
.PHONY: test