@sveltestrap/sveltestrap
Version:
Bootstrap components for Svelte
24 lines (21 loc) • 364 B
JavaScript
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`Icon > should render correctly 1`] = `
<body>
<div>
<i
class="bi-globe"
/>
<!--<Icon>-->
</div>
</body>
`;
exports[`Icon > should render custom class 1`] = `
<body>
<div>
<i
class="text-dark bi-book"
/>
<!--<Icon>-->
</div>
</body>
`;