André Andrade

Results 3 comments of André Andrade

if it helps, you can stop performing expectations with `supertest` and use `chai` or `jest` instead. ``` const res = await request(url).get('/') expect(res.status).to.eq(200) ``` This will return the exact file...

@GhennadiiMir you can target branch `v2.0` which already fixes this issue but hasn't been released yet...

hard to say @jrochkind ... if v2.0 hasn't been released in 7 years, it probably means that it won't be released anytime soon either... unless @norman has something to say...