Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(fake-server): handle server listen errors and retry
Adds error handling and retry logic to the `listenPromise` function in the `fake-server.ts` file. This ensures that the server can gracefully handle cases where the address is already in use, and retry listening on the specified port after a short delay. This might aleviate our timeout flaky tests
- Loading branch information