Skip to content

Commit cda68cd

Browse files
committed
updated typo in DashboardContainer
1 parent 52539f5 commit cda68cd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

__tests__/app/containers/DashboardContainer.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import ApplicationContextProvider from '../../../app/context/ApplicationContext'
1010
// configure({ adapter: new Adapter() });
1111

1212
describe('<DashboardContainer />', () => {
13-
it(' renders component Maincontainer ', () => {
13+
it(' renders component MainContainer ', () => {
1414
const wrapper = shallow(<DashboardContainer />);
1515

1616
expect(wrapper.contains(<MainContainer />)).toBe(true);

__tests__/app/containers/GraphsContainer.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react';
22
import { configure, shallow, render } from 'enzyme';
33

44
import GraphsContainer from '../../../app/containers/GraphsContainer'
5-
import SpeedChart from '../../../app/charts/speed-chart'
5+
// import SpeedChart from '../../../app/charts/speed-chart'
66

77
xdescribe('<GraphsContainer />', () => {
88
it('should render graphs')

0 commit comments

Comments
 (0)