Skip to content

Commit

Permalink
chore(@clayui/button): Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
pat270 committed Apr 23, 2024
1 parent bf1275e commit 8573daa
Showing 1 changed file with 11 additions and 19 deletions.
30 changes: 11 additions & 19 deletions packages/clay-button/src/__tests__/__snapshots__/index.tsx.snap
Expand Up @@ -52,29 +52,21 @@ exports[`Button renders ClayButtonWithIcon without monospaced 1`] = `
exports[`Button renders a ButtonGroup with spaced 1`] = `
<div>
<div
class="btn-group"
class="btn-group-spaced"
role="group"
>
<div
class="btn-group-item"
<button
class="btn btn-primary"
type="button"
>
<button
class="btn btn-primary"
type="button"
>
Button
</button>
</div>
<div
class="btn-group-item"
Button
</button>
<button
class="btn btn-primary"
type="button"
>
<button
class="btn btn-primary"
type="button"
>
Button
</button>
</div>
Button
</button>
</div>
</div>
`;
Expand Down

0 comments on commit 8573daa

Please sign in to comment.