[question]: closing http server #5093
Replies: 1 comment 1 reply
-
|
@FranciscoKloganB Can you please share a reproduction for the same? Because, using the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I run my test suites and I start an HTTP Server, the tests hang and never exit.
This causes issues with daily development and Agent based development.
How could I modify the snippet below to close the server?
An approach similar to the one added by the scaffholder, documented at https://japa.dev/docs/test-suites#lifecycle-hooks, does not work because httpServer() from test utils does not return a
closemethod.Beta Was this translation helpful? Give feedback.
All reactions