From 0d0584bdbdced88b8746ae0a1aee448c723b497d Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Thu, 23 Dec 2021 03:34:04 +0000 Subject: [PATCH] Update snapshots for latest Jest upgrade --- .../components/Explorer/__snapshots__/Explorer.test.js.snap | 4 ++-- .../PageExplorer/__snapshots__/PageExplorer.test.js.snap | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/src/components/Explorer/__snapshots__/Explorer.test.js.snap b/client/src/components/Explorer/__snapshots__/Explorer.test.js.snap index 74b206c594..fc1a694318 100644 --- a/client/src/components/Explorer/__snapshots__/Explorer.test.js.snap +++ b/client/src/components/Explorer/__snapshots__/Explorer.test.js.snap @@ -10,11 +10,11 @@ exports[`Explorer renders 1`] = ` onClose={[Function]} store={ Object { + "@@observable": [Function], "dispatch": [Function], "getState": [Function], "replaceReducer": [Function], "subscribe": [Function], - Symbol(observable): [Function], } } /> @@ -54,11 +54,11 @@ exports[`Explorer visible 1`] = ` onClose={[Function]} store={ Object { + "@@observable": [Function], "dispatch": [Function], "getState": [Function], "replaceReducer": [Function], "subscribe": [Function], - Symbol(observable): [Function], } } /> diff --git a/client/src/components/PageExplorer/__snapshots__/PageExplorer.test.js.snap b/client/src/components/PageExplorer/__snapshots__/PageExplorer.test.js.snap index ca6d683ebb..3604081f03 100644 --- a/client/src/components/PageExplorer/__snapshots__/PageExplorer.test.js.snap +++ b/client/src/components/PageExplorer/__snapshots__/PageExplorer.test.js.snap @@ -9,11 +9,11 @@ exports[`PageExplorer renders 1`] = ` onClose={[Function]} store={ Object { + "@@observable": [Function], "dispatch": [Function], "getState": [Function], "replaceReducer": [Function], "subscribe": [Function], - Symbol(observable): [Function], } } /> @@ -52,11 +52,11 @@ exports[`PageExplorer visible 1`] = ` onClose={[Function]} store={ Object { + "@@observable": [Function], "dispatch": [Function], "getState": [Function], "replaceReducer": [Function], "subscribe": [Function], - Symbol(observable): [Function], } } />