Skip to content

Commit

Permalink
fixup! fix(material/badge): aria-hidden warning with icon
Browse files Browse the repository at this point in the history
  • Loading branch information
naaajii committed Aug 29, 2023
1 parent 6cf3c32 commit b6d0dbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/material/badge/badge.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ describe('MatBadge with MatIcon', () => {
imports: [MatIconModule, MatBadgeModule],
declarations: [
IconWithBadge,
IconWithBadgeFalseAriaHidden,
IconWithBadgeAtributeBindedTrueAriaHidden,
IconWithBadgeAtributeBindedFalseAriaHidden,
],
Expand Down

0 comments on commit b6d0dbf

Please sign in to comment.