From fbe3a4066862966d5eef69d42e361f82b4821865 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Fri, 22 Mar 2024 17:17:50 +0100 Subject: [PATCH] test(Switch): update snapshots --- .../__snapshots__/Switch.spec.ts.snap | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/test/components/__snapshots__/Switch.spec.ts.snap b/test/components/__snapshots__/Switch.spec.ts.snap index 3ca2ad70..53f0fab4 100644 --- a/test/components/__snapshots__/Switch.spec.ts.snap +++ b/test/components/__snapshots__/Switch.spec.ts.snap @@ -1,91 +1,91 @@ // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html exports[`Switch > renders basic case correctly 1`] = ` -" +" " `; exports[`Switch > renders with as correctly 1`] = ` -"
+"
" `; exports[`Switch > renders with checked correctly 1`] = ` -" +" " `; exports[`Switch > renders with class correctly 1`] = ` -" +" " `; exports[`Switch > renders with defaultChecked correctly 1`] = ` -" +" " `; exports[`Switch > renders with disabled correctly 1`] = ` -" +" " `; exports[`Switch > renders with id correctly 1`] = ` -" +" " `; exports[`Switch > renders with name correctly 1`] = ` -" +" " `; exports[`Switch > renders with required correctly 1`] = ` -" +" " `; exports[`Switch > renders with size 2xl correctly 1`] = ` -" +" " `; exports[`Switch > renders with size 2xs correctly 1`] = ` -" +" " `; exports[`Switch > renders with size lg correctly 1`] = ` -" +" " `; exports[`Switch > renders with size md correctly 1`] = ` -" +" " `; exports[`Switch > renders with size sm correctly 1`] = ` -" +" " `; exports[`Switch > renders with size xl correctly 1`] = ` -" +" " `; exports[`Switch > renders with size xs correctly 1`] = ` -" +" " `; exports[`Switch > renders with ui correctly 1`] = ` -" +" " `; exports[`Switch > renders with value correctly 1`] = ` -" +" " `;