MyCrypto/spec/reducers/config/__snapshots__/config.spec.ts.snap

26 lines
496 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`handleNodeChangeIntent* should get the next network 1`] = `
Object {
"@@redux-saga/IO": true,
"SELECT": Object {
"args": Array [
"ELLA",
],
"selector": [Function],
},
}
`;
exports[`handleNodeChangeIntent* should select getCustomNodeConfig and match race snapshot 1`] = `
Object {
"@@redux-saga/IO": true,
"SELECT": Object {
"args": Array [
"CustomNetworkId",
],
"selector": [Function],
},
}
`;