2017-11-29 23:07:16 -05:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
2018-04-06 16:52:48 -04:00
|
|
|
exports[`handleNodeChangeIntent* 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 [
|
|
|
|
"ELLA",
|
|
|
|
],
|
|
|
|
"selector": [Function],
|
2017-11-29 23:07:16 -05:00
|
|
|
},
|
|
|
|
}
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`handleNodeChangeIntent* should select getCustomNodeConfig and match race snapshot 1`] = `
|
|
|
|
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
|
|
|
},
|
|
|
|
}
|
|
|
|
`;
|