co-supertest-koa-agent
v0.0.1
Published
Converts a Koa app into a co-supertest compatible agent instance.
Downloads
2
Maintainers
Readme
It allows to make supetest-kao-agent requests inside generators like
let result = yield supertest(app).get(url).end();
Install
npm install co-supertest supertest