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

doc: use precise terminology in test runner #50028

Merged
merged 2 commits into from
Oct 8, 2023
Merged

doc: use precise terminology in test runner #50028

merged 2 commits into from
Oct 8, 2023

Commits on Oct 3, 2023

  1. doc: use precise terminology in test runner

    We currently use `resolve` which is incorrect from a technical point of view in several places in the test runner docs.
    
    Most of the docs contain correct terminology.
    
    For anyone wondering "resolves" means the promise's fate is known by either settling (becoming fulfilled or rejected) or because it's assimilating the status of another promise (that may be unfulfilled).
    benjamingr authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    d45a657 View commit details
    Browse the repository at this point in the history
  2. fixup! typo

    benjamingr authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    15175f2 View commit details
    Browse the repository at this point in the history