-
-
Notifications
You must be signed in to change notification settings - Fork 598
test: Refactor tests to bump jest and jsdom to 29.4.1 #1733
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
Conversation
Thanks for opening this pull request!
|
Codecov ReportBase: 99.89% // Head: 99.90% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## alpha #1733 +/- ##
========================================
Coverage 99.89% 99.90%
========================================
Files 61 61
Lines 5992 6100 +108
Branches 1374 1482 +108
========================================
+ Hits 5986 6094 +108
Misses 6 6
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
I've changed the commit type to |
I will reformat the title to use the proper commit message syntax. |
🎉 This change has been released in version 4.0.0-alpha.12 |
🎉 This change has been released in version 4.1.0-beta.1 |
🎉 This change has been released in version 4.1.0-alpha.1 |
🎉 This change has been released in version 4.1.0 |
Pull Request
Issue
The newest version of Jest is lighter, faster and allows for cleaner unit tests
Closes: #1716, #1710
Approach
jsdom
was removed fromjest
and needs to be installed separatelyjest-jasmine2
was removed fromjest
so tests can't have both async/ await (return a promise) anddone
togethersetImmediate
have been removed fromjsdom