You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PS C:\www\supertest-issue-430> npm test
> [email protected] test C:\www\supertest-issue-430
> tape index.spec.js
listening on port 3301
TAP version 13
# /test should reply with 200
ok 1 /test replied with 200
not ok 2 failed to shut down express
---
operator: fail
at: Timeout.setTimeout [as _onTimeout] (C:\www\supertest-issue-430\index.spec.js:21:11)
stack: |-
Error: failed to shut down express
at Test.assert [as _assert] (C:\www\supertest-issue-430\node_modules\tape\lib\test.js:224:54)
at Test.bound [as _assert] (C:\www\supertest-issue-430\node_modules\tape\lib\test.js:76:32)
at Test.fail (C:\www\supertest-issue-430\node_modules\tape\lib\test.js:317:10)
at Test.bound [as fail] (C:\www\supertest-issue-430\node_modules\tape\lib\test.js:76:32)
at Timeout.setTimeout [as _onTimeout] (C:\www\supertest-issue-430\index.spec.js:21:11)
at ontimeout (timers.js:424:11)
at tryOnTimeout (timers.js:288:5)
at listOnTimeout (timers.js:251:5)
at Timer.processTimers (timers.js:211:10)
...
npm ERR! Test failed. See above for more details.
I am using supertest 3.0.0.
The control is not going inside .end method. Please let me know in which situations this happens?
The text was updated successfully, but these errors were encountered: