Skip to content

Commit 636e823

Browse files
committed
test: fix a11y anchors tests
1 parent 9ca8bff commit 636e823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/render-html/src/__tests__/component.render-html-a11y.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ describe('RenderHTML a11y', () => {
2323
const element = (
2424
<RenderHTML
2525
source={{
26-
html: `<a href="https://domain.com">test</a>`
26+
html: snippet
2727
}}
2828
debug={false}
2929
contentWidth={0}

0 commit comments

Comments
 (0)