issues
search
momi-foundation-coding
/
nodejs-api-cli
This is a scaffold for generating new API-based application for NodeJS and its frameworks such as Express, kemboijs, koa, AdonisJs etc.
http://www.kemboijs.org/
MIT License
10
stars
13
forks
source link
Improve coverage to 100% for the created app
#15
Closed
ezkemboi
closed
4 years ago
ezkemboi
commented
5 years ago
Currently, when tests are run it is ~94%.
This is caused when we call
throw err
when handling routers.
We need the tests created to test the throwing of errors.
throw err
when handling routers.