Files
element-call/src/__snapshots__/Toast.test.tsx.snap

22 lines
421 B
Plaintext
Raw Normal View History

// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
2023-09-27 17:34:41 -04:00
exports[`Toast > renders 1`] = `
2023-09-27 17:34:41 -04:00
<button
aria-labelledby="radix-:r4:"
class="overlay animate toast"
data-state="open"
id="radix-:r3:"
role="dialog"
style="pointer-events: auto;"
tabindex="-1"
type="button"
>
<h3
2024-01-05 13:51:39 -05:00
class="_typography_yh5dq_162 _font-body-sm-semibold_yh5dq_45"
2023-09-27 17:34:41 -04:00
id="radix-:r4:"
>
Hello world!
</h3>
</button>
`;