We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56b0791 + 6e76c2b commit f4f7a7dCopy full SHA for f4f7a7d
src/Components/Divider/__snapshots__/Divider.test.tsx.snap
@@ -5,19 +5,6 @@ exports[`Divider component > renders correctly - snapshot test 1`] = `
5
<div
6
class="yl-mx-auto yl-flex yl-justify-center yl-gap-1"
7
data-testid="divider"
8
- >
9
- <div
10
- class="yl-block yl-h-[2px] yl-w-28 yl-bg-primary-text-color"
11
- data-testid="divider-child-0"
12
- />
13
14
15
- data-testid="divider-child-1"
16
17
18
19
- data-testid="divider-child-2"
20
21
- </div>
+ />
22
</DocumentFragment>
23
`;
0 commit comments