Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 48200c6

Browse files
committed
test(spinner): add spinner snapshots
1 parent 74c9f9e commit 48200c6

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// Jest Snapshot v1, https://goo.gl/fbAQLP
2+
3+
exports[`should render properly 1`] = `
4+
<DocumentFragment>
5+
<div
6+
class="chakra-spinner css-15ssz19"
7+
/>
8+
</DocumentFragment>
9+
`;
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// Jest Snapshot v1, https://goo.gl/fbAQLP
2+
3+
exports[`should render properly 1`] = `
4+
<DocumentFragment>
5+
<span
6+
class="css-f8n5zr"
7+
/>
8+
</DocumentFragment>
9+
`;

0 commit comments

Comments
 (0)