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