This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: update live region and textarea snapshots
- Loading branch information
1 parent
61e8b8d
commit 73bd87a
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
packages/c-live-region/tests/__snapshots__/c-live-region.test.ts.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`should render properly 1`] = ` | ||
<DocumentFragment> | ||
<!--[object Object]--> | ||
</DocumentFragment> | ||
`; |
9 changes: 9 additions & 0 deletions
9
packages/c-textarea/tests/__snapshots__/c-textarea.test.ts.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`should render properly 1`] = ` | ||
<DocumentFragment> | ||
<textarea | ||
class="chakra-textarea chakra-no2ijq" | ||
/> | ||
</DocumentFragment> | ||
`; |