We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No response
Tt's actually not a bug, but a DX improvement.
I would like the called test to want to execute just this, but to do this the parent must also have the {only:true} option.
test('want to run the subtests here', async (t) => { t.test('want to run only this', { only: true }); t.test('dont run that'); }); test('this test is not run');
Parent tests should also be run as they have been flagged.
No test execution.
No other information.
The text was updated successfully, but these errors were encountered:
this seems to duplicate #47945
Sorry, something went wrong.
No branches or pull requests
Version
No response
Platform
No response
Subsystem
No response
What steps will reproduce the bug?
Tt's actually not a bug, but a DX improvement.
How often does it reproduce? Is there a required condition?
I would like the called test to want to execute just this, but to do this the parent must also have the {only:true} option.
What is the expected behavior? Why is that the expected behavior?
Parent tests should also be run as they have been flagged.
What do you see instead?
No test execution.
Additional information
No other information.
The text was updated successfully, but these errors were encountered: