Skip to content

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
jthrilly committed Aug 16, 2022
1 parent fe4ffb3 commit cf2dd0f
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions src/components/__tests__/__snapshots__/CardList.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,15 @@ exports[`CardList component renders cards with list 1`] = `
"replaceReducer": [Function],
"subscribe": [Function],
},
"subscription": Subscription {
"subscription": Object {
"addNestedSub": [Function],
"getListeners": [Function],
"handleChangeWrapper": [Function],
"listeners": Object {
"notify": [Function],
},
"isSubscribed": [Function],
"notifyNestedSubs": [Function],
"onStateChange": [Function],
"parentSub": undefined,
"store": Object {
"@@observable": [Function],
"dispatch": [Function],
"getState": [Function],
"replaceReducer": [Function],
"subscribe": [Function],
},
"unsubscribe": null,
"trySubscribe": [Function],
"tryUnsubscribe": [Function],
},
}
}
Expand Down

0 comments on commit cf2dd0f

Please sign in to comment.