2017-11-29 23:07:16 -05:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
2018-05-29 10:51:42 -04:00
|
|
|
exports[`handleChangeNodeRequested* should get the next network 1`] = `
|
2017-11-29 23:07:16 -05:00
|
|
|
Object {
|
|
|
|
"@@redux-saga/IO": true,
|
2018-04-06 16:52:48 -04:00
|
|
|
"SELECT": Object {
|
|
|
|
"args": Array [
|
2018-06-26 02:59:39 +09:00
|
|
|
"ESN",
|
2018-04-06 16:52:48 -04:00
|
|
|
],
|
|
|
|
"selector": [Function],
|
2017-11-29 23:07:16 -05:00
|
|
|
},
|
|
|
|
}
|
|
|
|
`;
|
|
|
|
|
2018-07-05 12:29:23 -05:00
|
|
|
exports[
|
|
|
|
`handleChangeNodeRequested* should select getCustomNodeConfig and match race snapshot 1`
|
|
|
|
] = `
|
2017-11-29 23:07:16 -05:00
|
|
|
Object {
|
|
|
|
"@@redux-saga/IO": true,
|
2018-02-12 15:43:07 -05:00
|
|
|
"SELECT": Object {
|
2018-04-06 16:52:48 -04:00
|
|
|
"args": Array [
|
|
|
|
"CustomNetworkId",
|
|
|
|
],
|
2018-02-12 15:43:07 -05:00
|
|
|
"selector": [Function],
|
2017-11-29 23:07:16 -05:00
|
|
|
},
|
|
|
|
}
|
2018-06-20 09:41:03 +09:00
|
|
|
`;
|