From 594c835f14175381c776589211ed41590170805a Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Thu, 21 Mar 2024 13:01:11 +0100 Subject: [PATCH] test(Tabs): update snapshots --- test/components/__snapshots__/Tabs.spec.ts.snap | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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
+ +
" `;