14 lines
300 B
Plaintext
14 lines
300 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 {}}
|
||
|
walletPasswordForm={Object {}}
|
||
|
/>
|
||
|
`;
|