sagas.spec.ts.snap
1 // Jest Snapshot v1, https://goo.gl/fbAQLP 2 3 exports[`handleChangeNodeRequested* should get the next network 1`] = ` 4 Object { 5 "@@redux-saga/IO": true, 6 "SELECT": Object { 7 "args": Array [ 8 "AQUA", 9 ], 10 "selector": [Function], 11 }, 12 } 13 `; 14 15 exports[ 16 `handleChangeNodeRequested* should select getCustomNodeConfig and match race snapshot 1` 17 ] = ` 18 Object { 19 "@@redux-saga/IO": true, 20 "SELECT": Object { 21 "args": Array [ 22 "CustomNetworkId", 23 ], 24 "selector": [Function], 25 }, 26 } 27 `;