UNPKG

@sveltestrap/sveltestrap

Version:

Bootstrap components for Svelte

58 lines (48 loc) 855 B
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html exports[`Figure > should render caption 1`] = ` <body> <div> <img class="figure" /> <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> <img class="figure" /> <figure class="figure" > </figure> <!--&lt;Figure&gt;--> </div> </body> `; exports[`Figure > should render custom class 1`] = ` <body> <div> <img class="figure boogie" /> <figure class="figure boogie" > </figure> <!--&lt;Figure&gt;--> </div> </body> `;