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`] = ` + +
+ +`;