mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-11 03:26:14 +00:00
Get rest of tests passing
This commit is contained in:
parent
39c0a9d7e6
commit
6b861a43fc
@ -6,11 +6,12 @@ import shallowWithStore from '../utils/shallowWithStore';
|
||||
import { createMockStore } from 'redux-test-utils';
|
||||
import { RouteComponentProps } from 'react-router';
|
||||
import { createMockRouteComponentProps } from '../utils/mockRouteComponentProps';
|
||||
import { config } from 'reducers/config';
|
||||
|
||||
Enzyme.configure({ adapter: new Adapter() });
|
||||
|
||||
it('render snapshot', () => {
|
||||
const testStateConfig = {};
|
||||
const testStateConfig = config(undefined, {});
|
||||
const testState = {
|
||||
wallet: {},
|
||||
balance: {},
|
||||
|
@ -41,5 +41,6 @@ exports[`render snapshot 1`] = `
|
||||
"url": "/account",
|
||||
}
|
||||
}
|
||||
requestDisabled={false}
|
||||
/>
|
||||
`;
|
||||
|
Loading…
x
Reference in New Issue
Block a user