question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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.

  • 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 the SkipOnJestCircus helper class.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:50
  • Comments:39 (13 by maintainers)

github_iconTop GitHub Comments

19reactions
SimenBcommented, Nov 26, 2020

🎉

2.5 years to the day 😛

8reactions
aaronabramovcommented, May 26, 2018

i volunteer to update jest in www 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

jest-circus | Yarn - Package Manager
Fast, reliable, and secure dependency management.
Read more >
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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found