From fa2f752053570970baf7c65b28152305a2bc4cc6 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Mon, 18 Mar 2024 11:35:52 +0100 Subject: [PATCH] test: update snapshots --- .../__snapshots__/Avatar.spec.ts.snap | 2 +- .../__snapshots__/Button.spec.ts.snap | 10 +-- .../__snapshots__/Card.spec.ts.snap | 2 +- .../__snapshots__/Chip.spec.ts.snap | 2 +- .../__snapshots__/Tabs.spec.ts.snap | 64 +++++-------------- 5 files changed, 24 insertions(+), 56 deletions(-) diff --git a/test/components/__snapshots__/Avatar.spec.ts.snap b/test/components/__snapshots__/Avatar.spec.ts.snap index 141849db..403b9164 100644 --- a/test/components/__snapshots__/Avatar.spec.ts.snap +++ b/test/components/__snapshots__/Avatar.spec.ts.snap @@ -4,7 +4,7 @@ exports[`Avatar > renders with alt correctly 1`] = `""`; -exports[`Avatar > renders with icon correctly 1`] = `""`; +exports[`Avatar > renders with icon correctly 1`] = `""`; exports[`Avatar > renders with size 2xl correctly 1`] = `""`; diff --git a/test/components/__snapshots__/Button.spec.ts.snap b/test/components/__snapshots__/Button.spec.ts.snap index 614976e8..9225ed14 100644 --- a/test/components/__snapshots__/Button.spec.ts.snap +++ b/test/components/__snapshots__/Button.spec.ts.snap @@ -31,7 +31,7 @@ exports[`Button > renders with disabled correctly 1`] = ` `; exports[`Button > renders with icon correctly 1`] = ` -"
This is the content shown for Tab1
- - + + " `; @@ -21,12 +17,8 @@ exports[`Tabs > renders with class correctly 1`] = `
This is the content shown for Tab1
- - + + " `; @@ -36,12 +28,8 @@ exports[`Tabs > renders with default slot correctly 1`] = `
This is the content shown for Tab1
- - + + " `; @@ -50,13 +38,9 @@ exports[`Tabs > renders with defaultValue correctly 1`] = `
- +
And, this is the content for Tab2
- + " `; @@ -66,12 +50,8 @@ exports[`Tabs > renders with item slot correctly 1`] = `
Item slot
- - + + " `; @@ -80,13 +60,9 @@ exports[`Tabs > renders with modelValue correctly 1`] = `
- +
And, this is the content for Tab2
- + " `; @@ -96,12 +72,8 @@ exports[`Tabs > renders with orientation correctly 1`] = `
This is the content shown for Tab1
- - + + " `; @@ -111,11 +83,7 @@ exports[`Tabs > renders with ui correctly 1`] = `
This is the content shown for Tab1
- - + + " `;