Why are unit tests behaving like e2e tests? #535
Replies: 1 comment
-
I had to use |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Following this guide: https://elysiajs.com/eden/test
The test fails unless I have an actual API server running in another terminal. Importing
app
ortypeof App
from the server entry does not work.What am I missing here?
Connection is refused unless the server is running for real in another terminal.
Beta Was this translation helpful? Give feedback.
All reactions