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
Expose jest-jasmine in such a way that it can be used as a custom runner for those that can't yet move to jest-circus. (that's free - testRunner: 'jest-jasmine2)
Make jest-circus the default runner, with guidance in a blog post/changelog that people can use the jest-jasmine custom runner if they need to.
Remove the JEST_CIRCUS environment variable and the SkipOnJestCircus helper class.
Here is my memory of the tasks that lay ahead of us in order to roll out Jest Circus. Feel free to add anything that I'm missing.
JEST_CIRCUS=1jest-circusfeature parity withjest-jasmine#4362JEST_CURCUS=1on a few large code bases. Resolve all issues and add regression tests.testRunner: 'jest-jasmine2)jest-jasminecustom runner if they need to.JEST_CIRCUSenvironment variable and theSkipOnJestCircushelper class.