2017-11-30 04:07:16 +00:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
2018-04-06 20:52:48 +00:00
|
|
|
exports[`handleNodeChangeIntent* should get the next network 1`] = `
|
2017-11-30 04:07:16 +00:00
|
|
|
Object {
|
|
|
|
"@@redux-saga/IO": true,
|
2018-04-06 20:52:48 +00:00
|
|
|
"SELECT": Object {
|
|
|
|
"args": Array [
|
|
|
|
"ELLA",
|
|
|
|
],
|
|
|
|
"selector": [Function],
|
2017-11-30 04:07:16 +00:00
|
|
|
},
|
|
|
|
}
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`handleNodeChangeIntent* should select getCustomNodeConfig and match race snapshot 1`] = `
|
|
|
|
Object {
|
|
|
|
"@@redux-saga/IO": true,
|
2018-02-12 20:43:07 +00:00
|
|
|
"SELECT": Object {
|
2018-04-06 20:52:48 +00:00
|
|
|
"args": Array [
|
|
|
|
"CustomNetworkId",
|
|
|
|
],
|
2018-02-12 20:43:07 +00:00
|
|
|
"selector": [Function],
|
2017-11-30 04:07:16 +00:00
|
|
|
},
|
|
|
|
}
|
|
|
|
`;
|