@sveltestrap/sveltestrap
Version:
Bootstrap components for Svelte
26 lines (23 loc) • 430 B
JavaScript
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`PaginationLink > should render correctly 1`] = `
<body>
<div>
<a
class="page-link"
href=""
/>
<!--<PaginationLink>-->
</div>
</body>
`;
exports[`PaginationLink > should render custom class 1`] = `
<body>
<div>
<a
class="push page-link"
href=""
/>
<!--<PaginationLink>-->
</div>
</body>
`;