UNPKG
co-supertest
Version:
latest (0.0.10)
0.0.10
0.0.8
0.0.7
0.0.6
0.0.4
0.0.3
0.0.2
0.0.1
Integration co with supertest
github.com/avbel/co-supertest
avbel/co-supertest
co-supertest
/
README.md
11 lines
(9 loc)
•
187 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
It allows to
make
supetest requests inside generators like
``
` let result = yield supertest(app).get(url).end(); `
``
Install =================
``
` npm install co-supertest supertest `
``