mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-11 19:44:21 +00:00
e68e3ccc2f
* Add a check to make sure a network even exists on the web3Wallet instance * Format snap files
28 lines
505 B
Plaintext
28 lines
505 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`handleChangeNodeRequested* should get the next network 1`] = `
|
|
Object {
|
|
"@@redux-saga/IO": true,
|
|
"SELECT": Object {
|
|
"args": Array [
|
|
"ESN",
|
|
],
|
|
"selector": [Function],
|
|
},
|
|
}
|
|
`;
|
|
|
|
exports[
|
|
`handleChangeNodeRequested* should select getCustomNodeConfig and match race snapshot 1`
|
|
] = `
|
|
Object {
|
|
"@@redux-saga/IO": true,
|
|
"SELECT": Object {
|
|
"args": Array [
|
|
"CustomNetworkId",
|
|
],
|
|
"selector": [Function],
|
|
},
|
|
}
|
|
`;
|