Skip to content

Commit

Permalink
fix: snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio committed Nov 14, 2024
1 parent 2c90a6c commit c56271a
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`kol-span-wc should render with _label="Text" _accessKey="v" 1`] = `
<kol-span-wc class="kol-span-wc">
<kol-span-wc _accesskey="v" class="kol-span-wc">
<!---->
<span>
<span class="span-label">
Text
</span>
<span aria-hidden="true" class="span-label" hidden=""></span>
<span aria-hidden="true" class="access-key-hint">
v
</span>
</span>
</kol-span-wc>
`;
Expand Down

0 comments on commit c56271a

Please sign in to comment.