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: split promisified timers test for coverage purposes #37943

Merged
merged 1 commit into from
Mar 29, 2021

Commits on Mar 29, 2021

  1. test: split promisified timers test for coverage purposes

    Because of lazy loading, running promisified timers tests for setTimeout
    and setImmediate from the same file means that there is a piece of code
    that doesn't get covered. Split into separate files to cover everything.
    
    Refs: https://coverage.nodejs.org/coverage-290c158018ac0277/lib/timers.js.html#L269
    
    PR-URL: nodejs#37943
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Trott committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    52c7539 View commit details
    Browse the repository at this point in the history