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

Commit

Permalink
test: update live region and textarea snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
codebender828 committed Feb 26, 2023
1 parent 61e8b8d commit 73bd87a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
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>
`;
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>
`;

0 comments on commit 73bd87a

Please sign in to comment.