Skip to content

Commit

Permalink
feat(axe-core-4.8):update to use axe-core 4.8.4 fix test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
v-rakeshsh committed Mar 21, 2024
1 parent 011d0b5 commit 92d6f0b
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`VisualHelperToggle fires toggleVisualHelper when toggled: StyledToggleBase props 1`] = `
{
"checked": false,
"className": undefined,
"label": "Visual helper",
"onClick": [Function],
}
`;

exports[`VisualHelperToggle renders per snapshot with visualHelperEnabled false 1`] = `
<DocumentFragment>
<mock-styledtogglebase
Expand Down

0 comments on commit 92d6f0b

Please sign in to comment.