Skip to content

Commit 1de8274

Browse files
committed
Main Container testing implementation
Remove error with DashboardContext
1 parent db04583 commit 1de8274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/app/containers/MainContainer.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { configure, shallow, render } from 'enzyme';
33
import { Route, Switch } from 'react-router-dom';
44
import { createMount, createShallow } from '@material-ui/core/test-utils';
55

6-
import DashboardContextProvider { DashboardContext } from '../../../app/context/DashboardContext';
6+
import DashboardContextProvider from '../../../app/context/DashboardContext';
77
import MainContainer from '../../../app/containers/MainContainer';
88
import Home from '../../../app/components/Home';
99
import Copyright from '../../../app/components/Copyright';

0 commit comments

Comments
 (0)