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

test: remove obsolete domain test #23342

Closed

Commits on Oct 9, 2018

  1. test: remove obsolete domain test

    test-microtask-queue-integration-domain.js tests that the behavior of
    another test, test-microtask-queue-integration.js, is still
    consistent when the core domain module is loaded.
    
    This was needed because before the changes in nodejs#16222 were merged, the
    core domain module would replace the function that would call nextTick
    callbacks with a different implementation.
    
    This is no longer the case, and therefore that test is no longer needed.
    Julien Gilli committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    2b57fb7 View commit details
    Browse the repository at this point in the history