chore: Enzyme replacement in test files- PR 5 of 6 for part 3 of 3#7236
Merged
v-viyada merged 36 commits intomicrosoft:mainfrom Feb 27, 2024
Merged
chore: Enzyme replacement in test files- PR 5 of 6 for part 3 of 3#7236v-viyada merged 36 commits intomicrosoft:mainfrom
v-viyada merged 36 commits intomicrosoft:mainfrom
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. |
v-rakeshsh
reviewed
Feb 7, 2024
v-rakeshsh
reviewed
Feb 9, 2024
src/tests/unit/tests/reports/components/__snapshots__/summary-report-head.test.tsx.snap
Show resolved
Hide resolved
v-rakeshsh
reviewed
Feb 9, 2024
src/tests/unit/tests/views/content/__snapshots__/content-panel-button.test.tsx.snap
Show resolved
Hide resolved
v-rakeshsh
reviewed
Feb 9, 2024
src/tests/unit/tests/views/content/__snapshots__/content-view.test.tsx.snap
Show resolved
Hide resolved
v-rakeshsh
reviewed
Feb 9, 2024
src/tests/unit/tests/views/content/__snapshots__/markup.test.tsx.snap
Outdated
Show resolved
Hide resolved
v-rakeshsh
reviewed
Feb 9, 2024
madalynrose
requested changes
Feb 16, 2024
Contributor
madalynrose
left a comment
There was a problem hiding this comment.
This is a huge chunk of work! A few small adjustments and then this looks good to go!
src/tests/unit/tests/reports/components/__snapshots__/outcome-icon.test.tsx.snap
Show resolved
Hide resolved
madalynrose
approved these changes
Feb 22, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 fastpassyarn test)<rootDir>/test-results/unit/coveragefix:,chore:,feat(feature-name):,refactor:). SeeCONTRIBUTING.md.