Skip to content

Conversation

@eriktrom
Copy link
Member

fixes #173

@eriktrom eriktrom force-pushed the fix-start-port-external-api branch from 82ac30c to 65274a6 Compare March 14, 2025 09:45
])(`the %s method (promise: %p)`, function (name, isPromise, method) {
test('with startPort less than or equal to 80', function (done) {
if (isPromise) {
method({ startPort: 80 })
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so we had this test which was hiding the fact that startPort didn't even work - we thought we set it to port 80 and then tested it went higher but it was the basePort that was making it do that - now its correct

@eriktrom
Copy link
Member Author

@MasterOdin - review me :)

Use beforeAll/afterAll w/o done callback in test setup/teardown per pr review feedback

Co-authored-by: Matthew Peveler <[email protected]>
@eriktrom eriktrom force-pushed the fix-start-port-external-api branch from 989caf4 to 8523a9c Compare March 14, 2025 16:36
@eriktrom eriktrom merged commit 29e4173 into master Mar 14, 2025
38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

alias startPort option to port option always

3 participants