MyCrypto/spec/pages/__snapshots__/GenerateWallet.spec.tsx.snap
skubakdj 142ec4adc8 Redux-Form Refactor - Bugfix (#469)
* remove walletPasswordForm prop

* update GenerateWallet test

* update GenerateWallet snapshot
2017-11-27 16:27:49 -06:00

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 {}}
/>
`;