Browse Source

fix(snapshots): create new snapshots so tests pass

renovate/lint-staged-8.x
Jack Mallers 7 years ago
parent
commit
ff4673c6ee
  1. 57
      test/reducers/__snapshots__/channels.spec.js.snap

57
test/reducers/__snapshots__/channels.spec.js.snap

@ -229,63 +229,6 @@ Object {
}
`;
exports[`reducers channelsReducer should correctly setChannelForm 1`] = `
Object {
"channel": null,
"channelForm": Object {
"isOpen": true,
"local_amt": "",
"node_key": "",
"push_amt": "",
},
"channels": Array [],
"channelsLoading": false,
"closingChannel": false,
"closingChannelIds": Array [],
"contactModal": Object {
"channel": null,
"isOpen": false,
},
"filter": Object {
"key": "ALL_CHANNELS",
"name": "All",
},
"filterPulldown": false,
"filters": Array [
Object {
"key": "ALL_CHANNELS",
"name": "All",
},
Object {
"key": "ACTIVE_CHANNELS",
"name": "Online",
},
Object {
"key": "NON_ACTIVE_CHANNELS",
"name": "Offline",
},
Object {
"key": "OPEN_PENDING_CHANNELS",
"name": "Pending",
},
Object {
"key": "CLOSING_PENDING_CHANNELS",
"name": "Closing",
},
],
"loadingChannelPubkeys": Array [],
"openingChannel": false,
"pendingChannels": Object {
"pending_closing_channels": Array [],
"pending_force_closing_channels": Array [],
"pending_open_channels": Array [],
"total_limbo_balance": "",
},
"searchQuery": "",
"viewType": 0,
}
`;
exports[`reducers channelsReducer should handle initial state 1`] = `
Object {
"channel": null,

Loading…
Cancel
Save