()
| 31 | }) |
| 32 | |
| 33 | const requestServer = async () => { |
| 34 | assert(app.currentContext === undefined) |
| 35 | await request(app.callback()).get('/').expect('ok') |
| 36 | assert(app.currentContext === undefined) |
| 37 | } |
| 38 | |
| 39 | await Promise.all([ |
| 40 | requestServer(), |
no test coverage detected