You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-08-08 03:42:14 +03:00
* Update react monorepo * Update snapshots Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Iterate Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --------- Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
33 lines
475 B
Plaintext
33 lines
475 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`link-tooltip does nothing for empty element 1`] = `
|
|
<DocumentFragment>
|
|
<div />
|
|
</DocumentFragment>
|
|
`;
|
|
|
|
exports[`link-tooltip wraps single anchor 1`] = `
|
|
<DocumentFragment>
|
|
|
|
|
|
<div>
|
|
|
|
|
|
<span
|
|
aria-labelledby="«r0»"
|
|
tabindex="0"
|
|
>
|
|
<a
|
|
href="/foo"
|
|
>
|
|
click
|
|
</a>
|
|
</span>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</DocumentFragment>
|
|
`;
|