瀏覽代碼

Update snapshots for latest Jest upgrade

Thibaud Colas 3 年之前
父節點
當前提交
0d0584bdbd

+ 2 - 2
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],
     }
   }
 />

+ 2 - 2
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],
     }
   }
 />