co-supertest

Integration co with supertest


Keywords
co, supertest, es6, generators
License
MIT
Install
npm install co-supertest@0.0.8

Documentation

It allows to make supetest requests inside generators like

let result = yield supertest(app).get(url).end();

Install

npm install co-supertest supertest