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: detect only tests when --test is not used #54881

Merged
merged 2 commits into from
Sep 15, 2024

Commits on Sep 12, 2024

  1. test_runner: detect only tests when --test is not used

    This commit updates the way the test runner processes 'only'
    tests when node:test files are run without the --test CLI.
    This is a breaking change.
    cjihrig committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    905432e View commit details
    Browse the repository at this point in the history
  2. squash: add a test

    cjihrig committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    f5d9d92 View commit details
    Browse the repository at this point in the history