-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: jest-circus shares events among imports #11483 #11529
base: main
Are you sure you want to change the base?
Conversation
Hi @satanTime! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at [email protected]. Thanks! |
packages/jest-circus/src/__tests__/__snapshots__/eventHandler.test.ts.snap
Outdated
Show resolved
Hide resolved
packages/jest-circus/src/__tests__/__snapshots__/eventHandler.test.ts.snap
Outdated
Show resolved
Hide resolved
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
Codecov Report
@@ Coverage Diff @@
## main #11529 +/- ##
==========================================
- Coverage 68.47% 68.41% -0.07%
==========================================
Files 324 324
Lines 16967 16972 +5
Branches 5060 5062 +2
==========================================
- Hits 11618 11611 -7
- Misses 5317 5329 +12
Partials 32 32
Continue to review full report at Codecov.
|
8315535
to
7c70335
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tks for this PR. Looking forward for seeing it released. I don't see any issue with the code, like the approach.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Exposing testing events in the API makes so much sense that I basically assumed it was there when I started using Jest, only to find out that it wasn't. The proposed changes seem in line with what's already in there. One may argue that this is a feature, not a fix, and adjust the CHANGELOG.md entry, but other than that, things look fine.
c688de9
to
c93839b
Compare
HI @SimenB, the PR has been rebased. |
a37105c
to
ee436cb
Compare
HI @SimenB, the PR has been rebased. |
ee436cb
to
7ec8c2a
Compare
Hi @SimenB, the PR has been rebased. |
fad07ab
to
3f03ebf
Compare
3f03ebf
to
b4d0bac
Compare
b4d0bac
to
bbdb845
Compare
Hi @SimenB, the PR has been rebased. |
bbdb845
to
2c8ab5b
Compare
902c7c2
to
1206b5b
Compare
I wanted to give an update, in order to address the maintenance concerns mentioned in this thread, Jest has been transferred to a foundation. Hopefully this will help! https://engineering.fb.com/2022/05/11/open-source/jest-openjs-foundation/ |
72ad68f
to
eca5044
Compare
eca5044
to
eaa57a4
Compare
Hi @vjeux, not sure if that's changed anything, in the article it says "Jest joining the OpenJS foundation does not change how Jest is developed or released". @SimenB, is there a way to get someone from your team to take a look at this PR? |
5508f05
to
77fd95e
Compare
✅ Deploy Preview for jestjs ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
f3e82f0
to
a37fc58
Compare
4a02fd9
to
810144d
Compare
810144d
to
2eb88b6
Compare
2eb88b6
to
d9cda50
Compare
Hi @SimenB, happy Wednesday! Is there an opportunity to get your attention on this issue again? |
closes #11483
Summary
The issue is described here: #11483
A public interface to subscribe to events from
jest-circus
.Test plan
No changes in UI.