-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: set default port to 3020 #37
base: main
Are you sure you want to change the base?
Conversation
@seveibar I've added the test file, and the tests are passing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't start two dev servers in the test, also improve the readability. The test should be much, much more obvious, it probably has 2x as many lines as it needs
(similar feedback as the other PR, you can put a service on 3020 without starting two dev servers)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The test should bind something to 3020, then check that the dev server goes on 3021 using a health check. Don't repeat the function isPortAvailable
, it's not needed in the test
reviewed on stream ~0:08:00
Done! Please check and let me know. |
/claim #36
fixes #36
Screen.Recording.2025-01-23.at.11.15.06.AM.2.mov