-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
chore: update jest to the latest version #193
Conversation
Looks like we need update snapshots more |
Codecov ReportBase: 95.89% // Head: 95.89% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## master #193 +/- ##
=======================================
Coverage 95.89% 95.89%
=======================================
Files 3 3
Lines 268 268
Branches 107 107
=======================================
Hits 257 257
Misses 11 11 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. |
@@ -63,7 +63,7 @@ | |||
}, | |||
"dependencies": { | |||
"cssnano": "^5.1.8", | |||
"jest-worker": "^27.5.1", | |||
"jest-worker": "^29.0.3", |
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.
Please remove this.
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.
this is required, otherwise lint job is failing.
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.
Oh, okay 👍🏻
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.
LGTM
This PR contains a:
Motivation / Use-Case
update jest to the latest version
Breaking Changes
No
Additional Info
No