[Bug]: Tests marked as .todo
inside describe.only
blocks are shown as "skipped"
#13482
Labels
.todo
inside describe.only
blocks are shown as "skipped"
#13482
Version
29.2.1
Steps to reproduce
I've provided this small repo with 2 test files: https://github.com/ramos-ph/jest-todo-issue
To reproduce:
npm install
npx jest --verbose
, so you can see the output.Expected behavior
I expect to see all of the tests labeled as
todo
, instead of having tests labeled as "skipped"Actual behavior
The tests labeled as
.todo
inside adescribe.only
block are not labeled correctly as such, instead, labeled as "skipped"Additional context
The output of
npx jest --verbose
:Environment
The text was updated successfully, but these errors were encountered: