-
A test failed on a tracked branch
```
Error: expected 200 "OK", got 424 "Failed Dependency"
at pushCase (index.ts:663:6)
at Context. (get_all_user_actions.ts:109:37)
at processTicksAndRej…
-
As recommended on https://github.com/WhoopInc/supertest-as-promised.
`supertest` now has native support for promises
Also, the `.end()` call should be removed is present to avoid `duplicate call…
-
Error:
> Jest has detected the following 1 open handle potentially keeping Jest from exiting:
>
> ● TCPSERVERWRAP
Env:
* Node 10
* Supertest 3.3.0
* Jest 23.6
Testcode:
```js
con…
-
A test failed on a tracked branch
```
Error: expected 200 "OK", got 400 "Bad Request"
at Test._assertStatus (node_modules/supertest/lib/test.js:268:12)
at Test._assertFunction (node_modules/s…
-
### What version of Bun is running?
1.0.7+b0393fba6200d8573f3433fb0af258a0e33ac157
### What platform is your computer?
Linux 6.5.6-arch2-1-g14 x86_64
### What steps can reproduce the bug?
I'm swi…
-
`supertest` is used in this module, but none of the testing methods that it has are used that are saw.
It appears that the simpler `superagent` module could be a drop-in replacement, slimming down o…
-
-
See https://github.com/WhoopInc/supertest-as-promised/issues/44
-
A test failed on a tracked branch
```
Error: expected 200 "OK", got 403 "Forbidden"
at Test._assertStatus (node_modules/supertest/lib/test.js:268:12)
at Test._assertFunction (node_modules/sup…
-
Hi,
I'm trying to implement some testes on a new project, but when i invoke the end function i have a timeout on return.
Test file
```
const supertest = require('supertest');
const chai = req…