You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.
🐛 Bug Report
jest-circus
runs allit
s inside adescribe.only
block regardless ofit.only
:This differs from
jest-jasmine2
, which only runs theit
marked withit.only
.To Reproduce
Run a test suite containing a
describe.only
block with at least oneit.only
and oneit
. Please see the above screenshots.Expected behavior
I would expect
jest-circus
andjest-jasmine2
to run the same set of tests, unless this is an intentional difference 😄Link to repl or repo (highly encouraged)
The repo used to grab the screenshots is available at https://github.com/theneva/jest-only.
Run
npx envinfo --preset jest
Paste the results here:
The text was updated successfully, but these errors were encountered: