diff --git a/test/components/__snapshots__/Tabs.spec.ts.snap b/test/components/__snapshots__/Tabs.spec.ts.snap index 6939b8dd..14a49f55 100644 --- a/test/components/__snapshots__/Tabs.spec.ts.snap +++ b/test/components/__snapshots__/Tabs.spec.ts.snap @@ -25,7 +25,7 @@ exports[`Tabs > renders with class correctly 1`] = ` exports[`Tabs > renders with default slot correctly 1`] = ` "
-
+
This is the content shown for Tab1
@@ -49,9 +49,9 @@ exports[`Tabs > renders with item slot correctly 1`] = `
-
Item slot
- - +
This is the content shown for Tab1
+ +
" `;