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

Commit 73bd87a

Browse files
committed
test: update live region and textarea snapshots
1 parent 61e8b8d commit 73bd87a

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// Jest Snapshot v1, https://goo.gl/fbAQLP
2+
3+
exports[`should render properly 1`] = `
4+
<DocumentFragment>
5+
<!--[object Object]-->
6+
</DocumentFragment>
7+
`;
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+
<textarea
6+
class="chakra-textarea chakra-no2ijq"
7+
/>
8+
</DocumentFragment>
9+
`;

0 commit comments

Comments
 (0)