Skip to content

Commit

Permalink
Add Switch component
Browse files Browse the repository at this point in the history
  • Loading branch information
teckliew committed Jun 8, 2024
1 parent f1dc81f commit c5d9eb6
Showing 1 changed file with 0 additions and 35 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`adds \`dataTest\` prop 1`] = `
<Wrap
dataTest="Duck"
>
<div
className="root"
data-test="Duck"
>
goose
</div>
</Wrap>
`;

exports[`adds \`dataTestId\` prop 1`] = `
<Switch
dataTestId="Duck"
Expand Down Expand Up @@ -177,25 +164,3 @@ exports[`renders Switch input 1`] = `
</div>
</Switch>
`;

exports[`renders content that is passed in 1`] = `
<Wrap>
<div
className="root"
>
goose
</div>
</Wrap>
`;

exports[`renders content that is passed in with a bleed breakpoint 1`] = `
<Wrap
bleedBelow="medium"
>
<div
className="root bleedBelowMedium"
>
goose
</div>
</Wrap>
`;

0 comments on commit c5d9eb6

Please sign in to comment.