element-call-Github/test/__snapshots__/Toast-test.tsx.snap

23 lines
451 B
Plaintext
Raw Normal View History

// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
2023-09-28 05:34:41 +08:00
exports[`Toast renders 1`] = `
<button
aria-describedby="radix-:r5:"
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-06 02:51:39 +08:00
class="_typography_yh5dq_162 _font-body-sm-semibold_yh5dq_45"
2023-09-28 05:34:41 +08:00
id="radix-:r4:"
>
Hello world!
</h3>
</button>
`;