Skip to content

test_runner: emit test-only diagnostic warning

Fixes: https://github.com/nodejs/node/issues/46448

This PR:

  • emits a test diagnostic when running tests with { only: true } or runOnlyTests(true) without the --test-only CLI flag.

Merge request reports

Loading