Update snapshots for latest Jest upgrade

pull/7668/merge
Thibaud Colas 2021-12-23 03:34:04 +00:00 zatwierdzone przez LB (Ben Johnston)
rodzic 81ec3244d3
commit 0d0584bdbd
2 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

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

Wyświetl plik

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