-
Notifications
You must be signed in to change notification settings - Fork 153
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: Enzyme replacement in test files- PR 1 of 6 for part 3 of 3 #7232
Conversation
...it/tests/DetailsView/components/tab-stops-requirement-instances-collapsible-content.test.tsx
Outdated
Show resolved
Hide resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7232 +/- ##
==========================================
+ Coverage 94.30% 94.32% +0.02%
==========================================
Files 1225 1224 -1
Lines 20697 20696 -1
Branches 1308 1308
==========================================
+ Hits 19518 19522 +4
+ Misses 1160 1155 -5
Partials 19 19 ☔ View full report in Codecov by Sentry. |
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 looks awesome! There were a lot of complex tests here. I made some suggestions and once those are implemented it's ready to go!
Details
Enzyme replacement in files under src/tests/unit/tests/DetailsView/
Motivation
Existing story: User Story 2142857
Replaced the use of Enzyme in the below files:
Context
Pull request checklist
yarn fastpass
yarn test
)<rootDir>/test-results/unit/coverage
fix:
,chore:
,feat(feature-name):
,refactor:
). SeeCONTRIBUTING.md
.