From aed4100a410f029f714fec7cb0c318afa7591fd6 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Sun, 28 Apr 2024 17:54:59 +0200 Subject: [PATCH] test(Chip): update snapshots --- test/components/__snapshots__/Chip.spec.ts.snap | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/components/__snapshots__/Chip.spec.ts.snap b/test/components/__snapshots__/Chip.spec.ts.snap index 1d4c277d..1ee673d5 100644 --- a/test/components/__snapshots__/Chip.spec.ts.snap +++ b/test/components/__snapshots__/Chip.spec.ts.snap @@ -30,8 +30,6 @@ exports[`Chip > renders with position top-left correctly 1`] = `"
"`; -exports[`Chip > renders with show correctly 1`] = `"
"`; - exports[`Chip > renders with size 2xl correctly 1`] = `"
"`; exports[`Chip > renders with size 2xs correctly 1`] = `"
"`;