File tree Expand file tree Collapse file tree 1 file changed +7
-13
lines changed
src/components/__tests__/__snapshots__ Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments