You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
534 B
23 lines
534 B
8 years ago
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
|
||
|
exports[`reducers channelsReducer should handle initial state 1`] = `
|
||
|
Object {
|
||
|
"channel": null,
|
||
|
"channelForm": Object {
|
||
|
"isOpen": false,
|
||
|
"local_amt": "",
|
||
|
"node_key": "",
|
||
|
"push_amt": "",
|
||
|
},
|
||
|
"channels": Array [],
|
||
|
"channelsLoading": false,
|
||
|
"openingChannel": false,
|
||
|
"pendingChannels": Object {
|
||
|
"pending_closing_channels": Array [],
|
||
|
"pending_force_closing_channels": Array [],
|
||
|
"pending_open_channels": Array [],
|
||
|
"total_limbo_balance": "",
|
||
|
},
|
||
|
}
|
||
|
`;
|