Skip to content

Commit

Permalink
remove obsolete snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance committed Jan 22, 2025
1 parent ea34ed4 commit 8dff442
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions packages/react/slot/src/__snapshots__/Slot.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -35,39 +35,3 @@ exports[`given a Button with Slottable > without asChild > should render a butto
</button>
</div>
`;

exports[`given a Button with Slottable with asChild should render a link with icon on the left/right 1`] = `
<div>
<a
href="https://radix-ui.com"
>
<span>
left
</span>
Button
<em>
text
</em>
<span>
right
</span>
</a>
</div>
`;

exports[`given a Button with Slottable without asChild should render a button with icon on the left/right 1`] = `
<div>
<button>
<span>
left
</span>
Button
<em>
text
</em>
<span>
right
</span>
</button>
</div>
`;

0 comments on commit 8dff442

Please sign in to comment.