Skip to content

Commit cf2dd0f

Browse files
committed
update snapshot
1 parent fe4ffb3 commit cf2dd0f

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

src/components/__tests__/__snapshots__/CardList.test.js.snap

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,15 @@ exports[`CardList component renders cards with list 1`] = `
1111
"replaceReducer": [Function],
1212
"subscribe": [Function],
1313
},
14-
"subscription": Subscription {
14+
"subscription": Object {
15+
"addNestedSub": [Function],
16+
"getListeners": [Function],
1517
"handleChangeWrapper": [Function],
16-
"listeners": Object {
17-
"notify": [Function],
18-
},
18+
"isSubscribed": [Function],
19+
"notifyNestedSubs": [Function],
1920
"onStateChange": [Function],
20-
"parentSub": undefined,
21-
"store": Object {
22-
"@@observable": [Function],
23-
"dispatch": [Function],
24-
"getState": [Function],
25-
"replaceReducer": [Function],
26-
"subscribe": [Function],
27-
},
28-
"unsubscribe": null,
21+
"trySubscribe": [Function],
22+
"tryUnsubscribe": [Function],
2923
},
3024
}
3125
}

0 commit comments

Comments
 (0)