mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-15 12:37:14 +00:00
* remove walletPasswordForm prop * update GenerateWallet test * update GenerateWallet snapshot
13 lines
267 B
Plaintext
13 lines
267 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`render snapshot 1`] = `
|
|
<GenerateWallet
|
|
activeStep={Object {}}
|
|
continueToPaper={[Function]}
|
|
generateNewWallet={[Function]}
|
|
password={Object {}}
|
|
resetGenerateWallet={[Function]}
|
|
wallet={Object {}}
|
|
/>
|
|
`;
|