From c5d9eb60a22ee23dc7df3957b83a8057b0ce0d3e Mon Sep 17 00:00:00 2001 From: Teck Liew Date: Fri, 7 Jun 2024 19:06:16 -0700 Subject: [PATCH] Add Switch component --- .../Switch/__snapshots__/test.tsx.snap | 35 ------------------- 1 file changed, 35 deletions(-) diff --git a/packages/thumbprint-react/components/Switch/__snapshots__/test.tsx.snap b/packages/thumbprint-react/components/Switch/__snapshots__/test.tsx.snap index afdae1b2..e027dcda 100644 --- a/packages/thumbprint-react/components/Switch/__snapshots__/test.tsx.snap +++ b/packages/thumbprint-react/components/Switch/__snapshots__/test.tsx.snap @@ -1,18 +1,5 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP -exports[`adds \`dataTest\` prop 1`] = ` - -
- goose -
-
-`; - exports[`adds \`dataTestId\` prop 1`] = ` `; - -exports[`renders content that is passed in 1`] = ` - -
- goose -
-
-`; - -exports[`renders content that is passed in with a bleed breakpoint 1`] = ` - -
- goose -
-
-`;