-
-
Notifications
You must be signed in to change notification settings - Fork 33.3k
Closed
Labels
test_runnerIssues and PRs related to the test runner subsystem.Issues and PRs related to the test runner subsystem.
Description
Version
22.5.1
Platform
Microsoft Windows NT 10.0.22631.0 x64
Subsystem
test runner
What steps will reproduce the bug?
see https://github.com/UziTech/node-test-only-false
- create a test with
{ only: false }
option - run test with node test runner
How often does it reproduce? Is there a required condition?
100%
What is the expected behavior? Why is that the expected behavior?
The comment 'only' and 'runOnly' require the --test-only command-line option.
should not be displayed if no tests have only
set to true
.
What do you see instead?
comment 'only' and 'runOnly' require the --test-only command-line option.
is displayed for tests that specify { only: false }
Additional information
A minimal repo is at https://github.com/UziTech/node-test-only-false
Metadata
Metadata
Assignees
Labels
test_runnerIssues and PRs related to the test runner subsystem.Issues and PRs related to the test runner subsystem.