Files
ui/test/components/__snapshots__/Skeleton-vue.spec.ts.snap
2025-04-23 11:25:43 +02:00

6 lines
447 B
Plaintext

// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`Skeleton > renders with as correctly 1`] = `"<span aria-busy="true" aria-label="loading" aria-live="polite" role="alert" class="animate-pulse rounded-md bg-elevated"></span>"`;
exports[`Skeleton > renders with class correctly 1`] = `"<div aria-busy="true" aria-label="loading" aria-live="polite" role="alert" class="animate-pulse bg-elevated rounded-full size-12"></div>"`;