Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Programmer-Network/yail
Browse files Browse the repository at this point in the history
  • Loading branch information
agjs committed Apr 27, 2024
2 parents 56b0791 + 6e76c2b commit f4f7a7d
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions src/Components/Divider/__snapshots__/Divider.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,6 @@ exports[`Divider component > renders correctly - snapshot test 1`] = `
<div
class="yl-mx-auto yl-flex yl-justify-center yl-gap-1"
data-testid="divider"
>
<div
class="yl-block yl-h-[2px] yl-w-28 yl-bg-primary-text-color"
data-testid="divider-child-0"
/>
<div
class="yl-block yl-h-[2px] yl-w-28 yl-bg-primary-text-color"
data-testid="divider-child-1"
/>
<div
class="yl-block yl-h-[2px] yl-w-28 yl-bg-primary-text-color"
data-testid="divider-child-2"
/>
</div>
/>
</DocumentFragment>
`;

0 comments on commit f4f7a7d

Please sign in to comment.