mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-11 11:34:26 +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 { createMockStore } from 'redux-test-utils';
|
||||||
import { RouteComponentProps } from 'react-router';
|
import { RouteComponentProps } from 'react-router';
|
||||||
import { createMockRouteComponentProps } from '../utils/mockRouteComponentProps';
|
import { createMockRouteComponentProps } from '../utils/mockRouteComponentProps';
|
||||||
|
import { config } from 'reducers/config';
|
||||||
|
|
||||||
Enzyme.configure({ adapter: new Adapter() });
|
Enzyme.configure({ adapter: new Adapter() });
|
||||||
|
|
||||||
it('render snapshot', () => {
|
it('render snapshot', () => {
|
||||||
const testStateConfig = {};
|
const testStateConfig = config(undefined, {});
|
||||||
const testState = {
|
const testState = {
|
||||||
wallet: {},
|
wallet: {},
|
||||||
balance: {},
|
balance: {},
|
||||||
|
@ -41,5 +41,6 @@ exports[`render snapshot 1`] = `
|
|||||||
"url": "/account",
|
"url": "/account",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
requestDisabled={false}
|
||||||
/>
|
/>
|
||||||
`;
|
`;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user