.todo tests are shown as todo when inside a focussed describe by mattphillips · Pull Request #13504 · jestjs/jest (original) (raw)

Summary

Fix #13482 by changing .todo tests to not be marked as skipped when inside of a focussed describe block.

Test plan

I've added an e2e test for this case and no other tests should break