|
|
@ -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, |
|
|
|