-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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
test(Migration to RTL): Refactor ActivityTable.test.tsx from Enzyme to RTL #27422
test(Migration to RTL): Refactor ActivityTable.test.tsx from Enzyme to RTL #27422
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #27422 +/- ##
==========================================
+ Coverage 67.46% 67.49% +0.02%
==========================================
Files 1910 1910
Lines 74812 74820 +8
Branches 8346 8353 +7
==========================================
+ Hits 50474 50497 +23
+ Misses 22286 22273 -13
+ Partials 2052 2050 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
e4c6a75
to
e19f014
Compare
e19f014
to
f7423a3
Compare
Added a small change in |
@justinpark is this looking better? |
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
looks like you'll have to rebase, we address the issue with the missing required checks. |
f7423a3
to
1ce11f7
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.
LGTM!
SUMMARY
Replace enzyme with RTL functions. Refactor the tests accordingly.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
npm test ActivityTable.test.tsx
ADDITIONAL INFORMATION