From ec842cb76eb74bfd2dd9ec4802b35dbc6f3fc70e Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Wed, 26 Apr 2023 15:51:46 -0400 Subject: [PATCH] Update snapshots --- .../test/__snapshots__/Button.test.tsx.snap | 4 +-- .../__snapshots__/Container.test.tsx.snap | 2 +- .../__snapshots__/ContextMenu.test.tsx.snap | 2 +- .../test/__snapshots__/Dialog.test.tsx.snap | 30 +++++++++---------- .../test/__snapshots__/Editor.test.tsx.snap | 2 +- .../test/__snapshots__/Form.test.tsx.snap | 26 ++++++++-------- .../__snapshots__/Notification.test.tsx.snap | 4 +-- .../SegmentedControl.test.tsx.snap | 2 +- .../test/__snapshots__/Slider.test.tsx.snap | 4 +-- .../test/__snapshots__/Tabs.test.tsx.snap | 12 ++++---- .../test/__snapshots__/Toolbar.test.tsx.snap | 16 +++++----- 11 files changed, 52 insertions(+), 52 deletions(-) diff --git a/packages/redux-devtools-ui/test/__snapshots__/Button.test.tsx.snap b/packages/redux-devtools-ui/test/__snapshots__/Button.test.tsx.snap index abcfcc34..ce860050 100644 --- a/packages/redux-devtools-ui/test/__snapshots__/Button.test.tsx.snap +++ b/packages/redux-devtools-ui/test/__snapshots__/Button.test.tsx.snap @@ -2,10 +2,10 @@ exports[`Button renders correctly 1`] = `
diff --git a/packages/redux-devtools-ui/test/__snapshots__/Container.test.tsx.snap b/packages/redux-devtools-ui/test/__snapshots__/Container.test.tsx.snap index 2352399f..e7882d05 100644 --- a/packages/redux-devtools-ui/test/__snapshots__/Container.test.tsx.snap +++ b/packages/redux-devtools-ui/test/__snapshots__/Container.test.tsx.snap @@ -2,7 +2,7 @@ exports[`Container renders correctly 1`] = `
Text
diff --git a/packages/redux-devtools-ui/test/__snapshots__/ContextMenu.test.tsx.snap b/packages/redux-devtools-ui/test/__snapshots__/ContextMenu.test.tsx.snap index 2760f0c9..95be2e47 100644 --- a/packages/redux-devtools-ui/test/__snapshots__/ContextMenu.test.tsx.snap +++ b/packages/redux-devtools-ui/test/__snapshots__/ContextMenu.test.tsx.snap @@ -2,7 +2,7 @@ exports[`ContextMenu renders correctly 1`] = `
@@ -45,7 +45,7 @@ exports[`Dialog renders correctly 1`] = ` exports[`Dialog renders modal 1`] = `
@@ -61,19 +61,19 @@ exports[`Dialog renders modal 1`] = ` class="mc-dialog--footer" >
@@ -85,7 +85,7 @@ exports[`Dialog renders modal 1`] = ` exports[`Dialog renders with props 1`] = `
@@ -109,19 +109,19 @@ exports[`Dialog renders with props 1`] = ` class="mc-dialog--footer" >
diff --git a/packages/redux-devtools-ui/test/__snapshots__/Editor.test.tsx.snap b/packages/redux-devtools-ui/test/__snapshots__/Editor.test.tsx.snap index 2ec00e67..12c4538e 100644 --- a/packages/redux-devtools-ui/test/__snapshots__/Editor.test.tsx.snap +++ b/packages/redux-devtools-ui/test/__snapshots__/Editor.test.tsx.snap @@ -2,7 +2,7 @@ exports[`Editor renders correctly 1`] = `
@@ -33,6 +33,6 @@ exports[`Toolbar renders correctly 1`] = ` exports[`Toolbar renders with props 1`] = `
`;