Skip to content
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

Remove "error" console.log() when used port is ignored #523

Closed

Conversation

colinrotherham
Copy link
Contributor

@colinrotherham colinrotherham commented Feb 15, 2023

Summary

When running jest-dev-server with { usedPortAction: 'ignore' } "error" text is logged on every test run:

Determining test suites to run...error

Port is already taken. Assuming server is already running.

Looks like two unintentional console.log() messages were left behind in:

Thanks

@gregberge
Copy link
Member

Fixed in TS rewrite.

@gregberge gregberge closed this Mar 6, 2023
@colinrotherham
Copy link
Contributor Author

@gregberge Perfect, thank you

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.

2 participants