Makefile: add test/application
This commit is contained in:
parent
93f1bce66f
commit
5467f98558
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -3,6 +3,7 @@ test:
|
||||||
@NODE_ENV=test ./node_modules/.bin/mocha \
|
@NODE_ENV=test ./node_modules/.bin/mocha \
|
||||||
--require should \
|
--require should \
|
||||||
--harmony-generators \
|
--harmony-generators \
|
||||||
|
test/application \
|
||||||
test/context/* \
|
test/context/* \
|
||||||
test/request/* \
|
test/request/* \
|
||||||
test/response/* \
|
test/response/* \
|
||||||
|
|
Loading…
Reference in a new issue