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

docs: improve custom puppeteer example to prevent worker warnings #13619

Merged
merged 1 commit into from Jan 1, 2023

Commits on Nov 17, 2022

  1. docs: improve custom puppeteer example to prevent worker warnings

    Prevents from warnings: A worker process has failed to exit gracefully and has been force exited. This is likely caused by tests leaking due to improper teardown. Try running with --detectOpenHandles to find leaks. Active timers can also cause this, ensure that .unref() was called on them.
    falsyvalues committed Nov 17, 2022
    Copy the full SHA
    e0f0fe3 View commit details
    Browse the repository at this point in the history