Skip to content

Commit

Permalink
chore(react): add snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
brionmario committed Feb 13, 2023
1 parent c2ecca9 commit 95fee98
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Divider should match the snapshot 1`] = `
<body>
<div>
<hr
class="MuiDivider-root MuiDivider-fullWidth oxygen-divider css-f1a6nn-MuiDivider-root"
/>
</div>
</body>
`;
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Drawer should match the snapshot 1`] = `
<body>
<div />
</body>
`;

0 comments on commit 95fee98

Please sign in to comment.