-
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 5 of 6 for part 3 of 3 #7236
chore: Enzyme replacement in test files- PR 5 of 6 for part 3 of 3 #7236
Conversation
…SaanicaG/accessibility-insights-web into v-sghate/EnzymeReplacementPart3
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7236 +/- ##
=======================================
Coverage 94.31% 94.31%
=======================================
Files 1224 1224
Lines 20696 20696
Branches 1308 1308
=======================================
Hits 19520 19520
Misses 1157 1157
Partials 19 19 ☔ View full report in Codecov by Sentry. |
…SaanicaG/accessibility-insights-web into v-sghate/EnzymeReplacementPart3
src/tests/unit/tests/reports/components/__snapshots__/summary-report-head.test.tsx.snap
Show resolved
Hide resolved
src/tests/unit/tests/views/content/__snapshots__/content-panel-button.test.tsx.snap
Show resolved
Hide resolved
src/tests/unit/tests/views/content/__snapshots__/content-view.test.tsx.snap
Show resolved
Hide resolved
src/tests/unit/tests/views/content/__snapshots__/markup.test.tsx.snap
Outdated
Show resolved
Hide resolved
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 a huge chunk of work! A few small adjustments and then this looks good to go!
Details
Enzyme Replacement done for total - 20 files as below -
src/tests/unit/tests/reports/components/outcome-chip.test.tsx
src/tests/unit/tests/reports/components/outcome-icon-set.test.tsx
src/tests/unit/tests/reports/components/outcome-icon.test.tsx
src/tests/unit/tests/reports/components/outcome-summary-bar.test.tsx
src/tests/unit/tests/reports/components/report-head.test.tsx
src/tests/unit/tests/reports/components/report-instance-list.test.tsx
src/tests/unit/tests/reports/components/summary-report-head.test.tsx
src/tests/unit/tests/reports/package/footer-text-for-service.test.tsx
src/tests/unit/tests/views/content/markup/code-example.test.tsx
src/tests/unit/tests/views/content/content-include.test.tsx
src/tests/unit/tests/views/content/content-link.test.tsx
src/tests/unit/tests/views/content/content-page.test.tsx
src/tests/unit/tests/views/content/content-panel-button.test.tsx
src/tests/unit/tests/views/content/content-panel.test.tsx
src/tests/unit/tests/views/content/content-view.test.tsx
src/tests/unit/tests/views/content/content.test.tsx
src/tests/unit/tests/views/content/guidance-title.test.tsx
src/tests/unit/tests/views/content/markup.test.tsx
src/tests/unit/tests/views/insights/insights-router.test.tsx
src/tests/unit/tests/views/page/page.test.tsx
Associated User Story - User Story 2142863
Motivation
Enzyme Replacement for total - 20 files .
Context
All changes are done in test files only and snapshots are updated.
Pull request checklist
yarn fastpass
yarn test
)<rootDir>/test-results/unit/coverage
fix:
,chore:
,feat(feature-name):
,refactor:
). SeeCONTRIBUTING.md
.