From c83054bd730c6985091796c46d67cff2cbd7fe21 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Fri, 12 Apr 2024 18:37:59 +0200 Subject: [PATCH] test(Input): update snapshots --- test/components/__snapshots__/Input.spec.ts.snap | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/test/components/__snapshots__/Input.spec.ts.snap b/test/components/__snapshots__/Input.spec.ts.snap index 014c84c3..69f9c9c5 100644 --- a/test/components/__snapshots__/Input.spec.ts.snap +++ b/test/components/__snapshots__/Input.spec.ts.snap @@ -29,13 +29,13 @@ exports[`Input > renders with disabled correctly 1`] = ` `; exports[`Input > renders with icon correctly 1`] = ` -"
+"
" `; exports[`Input > renders with leading and icon correctly 1`] = ` -"
+"
" `; @@ -47,19 +47,19 @@ exports[`Input > renders with leading slot correctly 1`] = ` `; exports[`Input > renders with leadingIcon correctly 1`] = ` -"
+"
" `; exports[`Input > renders with loading correctly 1`] = ` -"
+"
" `; exports[`Input > renders with loadingIcon correctly 1`] = ` -"
+"
" `; @@ -128,7 +128,7 @@ exports[`Input > renders with size xs correctly 1`] = ` `; exports[`Input > renders with trailing and icon correctly 1`] = ` -"
+"
" `; @@ -140,7 +140,7 @@ exports[`Input > renders with trailing slot correctly 1`] = ` `; exports[`Input > renders with trailingIcon correctly 1`] = ` -"
+"
" `;