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

Commit abb48cd

Browse files
committed
test: removed obsolete snapshots
1 parent 22efab5 commit abb48cd

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

packages/chakra-ui-core/src/CAvatar/tests/__snapshots__/CAvatar.test.js.snap

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ exports[`Avatar with AvatarBadge renders correctly 1`] = `
2020
</DocumentFragment>
2121
`;
2222

23-
exports[`renders a name avatar if no src 1`] = `<DocumentFragment />`;
24-
25-
exports[`renders an image 1`] = `<DocumentFragment />`;
26-
2723
exports[`should render correctly 1`] = `
2824
<DocumentFragment>
2925
<div

packages/chakra-ui-core/src/CImage/tests/__snapshots__/CImage.test.js.snap

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`fallback src works 1`] = `<DocumentFragment />`;
4-
53
exports[`should render correctly 1`] = `
64
<DocumentFragment>
75
<img

0 commit comments

Comments
 (0)