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

26 lines
500 B
Plaintext
Raw Normal View History

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