Files
ui/test/components/__snapshots__/Skeleton.spec.ts.snap
2025-04-22 22:06:05 +02:00

6 lines
499 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 aria-busy:cursor-progress"></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 aria-busy:cursor-progress rounded-full size-12"></div>"`;