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_runner: refactor primordial-based Promise chains #55958

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Nov 24, 2024

  1. test_runner: refactor build Promise in Suite()

    This commit refactors the buildSuite Promise logic in the Suite
    constructor to use an async function instead of creating an
    awkward primordial-based Promise chain.
    cjihrig committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    0f50d2a View commit details
    Browse the repository at this point in the history
  2. test_runner: refactor Promise chain in run()

    This commit refactors the chain of functions in run() to use an
    async function instead of creating an awkward primordial-based
    Promise chain.
    cjihrig committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    5f2f366 View commit details
    Browse the repository at this point in the history