UNPKG

co-supertest

Version:
11 lines (9 loc) 187 B
It allows to make supetest requests inside generators like ``` let result = yield supertest(app).get(url).end(); ``` Install ================= ``` npm install co-supertest supertest ```