UNPKG

@sveltestrap/sveltestrap

Version:

Bootstrap components for Svelte

46 lines (39 loc) 719 B
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html exports[`Figure > should render caption 1`] = ` <body> <div> <figure class="figure" > <figcaption class="figure-caption" > I want to put on my my my my my boogie shoes </figcaption> </figure> <!--&lt;Figure&gt;--> </div> </body> `; exports[`Figure > should render correctly 1`] = ` <body> <div> <figure class="figure" > </figure> <!--&lt;Figure&gt;--> </div> </body> `; exports[`Figure > should render custom class 1`] = ` <body> <div> <figure class="figure boogie" > </figure> <!--&lt;Figure&gt;--> </div> </body> `;