Skip to content

Commit

Permalink
chore: accept code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Westbrook Johnson committed Jun 26, 2023
1 parent 9b94a1e commit 5c03a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/color-loupe/test/color-loupe.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ describe('ColorLoupe', () => {
await expect(el).to.be.accessible();

// SVG should be hidden from screen readers.
expect(el.shadowRoot?.querySelector('svg')).to.have.attribute(
expect(el.shadowRoot.querySelector('svg')).to.have.attribute(
'aria-hidden',
'true'
);
Expand Down

0 comments on commit 5c03a24

Please sign in to comment.