UNPKG

@sveltestrap/sveltestrap

Version:

Bootstrap components for Svelte

26 lines (23 loc) 430 B
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html exports[`PaginationLink > should render correctly 1`] = ` <body> <div> <a class="page-link" href="" /> <!--&lt;PaginationLink&gt;--> </div> </body> `; exports[`PaginationLink > should render custom class 1`] = ` <body> <div> <a class="push page-link" href="" /> <!--&lt;PaginationLink&gt;--> </div> </body> `;