From 95fee98a7a8cf9ee861bac1b62184b17100bf84f Mon Sep 17 00:00:00 2001 From: Brion Date: Mon, 13 Feb 2023 19:18:11 +0530 Subject: [PATCH] chore(react): add snapshots --- .../__tests__/__snapshots__/Divider.test.tsx.snap | 11 +++++++++++ .../__tests__/__snapshots__/Drawer.test.tsx.snap | 7 +++++++ 2 files changed, 18 insertions(+) create mode 100644 packages/react/src/components/Divider/__tests__/__snapshots__/Divider.test.tsx.snap create mode 100644 packages/react/src/components/Drawer/__tests__/__snapshots__/Drawer.test.tsx.snap diff --git a/packages/react/src/components/Divider/__tests__/__snapshots__/Divider.test.tsx.snap b/packages/react/src/components/Divider/__tests__/__snapshots__/Divider.test.tsx.snap new file mode 100644 index 00000000..d48e0ea7 --- /dev/null +++ b/packages/react/src/components/Divider/__tests__/__snapshots__/Divider.test.tsx.snap @@ -0,0 +1,11 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Divider should match the snapshot 1`] = ` + +
+
+
+ +`; diff --git a/packages/react/src/components/Drawer/__tests__/__snapshots__/Drawer.test.tsx.snap b/packages/react/src/components/Drawer/__tests__/__snapshots__/Drawer.test.tsx.snap new file mode 100644 index 00000000..90365764 --- /dev/null +++ b/packages/react/src/components/Drawer/__tests__/__snapshots__/Drawer.test.tsx.snap @@ -0,0 +1,7 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Drawer should match the snapshot 1`] = ` + +
+ +`;