Ship Jest Circus
See original GitHub issueHere 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.
- Get all of Jest’s own tests passing with
JEST_CIRCUS=1
https://github.com/facebook/jest/issues/4362 - Run Jest with
JEST_CURCUS=1
on a few large code bases. Resolve all issues and add regression tests. - Add some sort of strict/warn mode where users can opt into warnings/errors if they are using Jasmine APIs not supported buy Circus. (@captbaritone) https://github.com/facebook/jest/pull/6339
- 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 theSkipOnJestCircus
helper class.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:50
- Comments:39 (13 by maintainers)
Top Results From Across the Web
Jest 26: Tick Tock
Jest 27 will ship with a new test runner " jest-circus " and the Node.js environment by default. jest-jasmine2 and jest-environment-jsdom ...
Read more >Jest Setup Guide | Detox
This guide describes how to install Jest as a test runner to be used by ... one Jest's concrete runner, which is jest-circus...
Read more >Configuring Jest compiled - w3resource
The class may optionally expose a handleTestEvent method that binds to events fired by jest-circus. Any docblock pragmas in test files that are ......
Read more >Componentpedia: jest-circus : 24.3.1 issues and vulnerabilities ...
Meterian boosts the security, stability and compliance of software applications so teams can ship software without vulnerabilities ASAP. Meterian empowers ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
🎉
2.5 years to the day 😛
i volunteer to update jest in www 😃