We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cda68cd commit bf33936Copy full SHA for bf33936
1 file changed
__tests__/app/containers/GraphsContainer.test.tsx
@@ -2,11 +2,11 @@ import React from 'react';
2
import { configure, shallow, render } from 'enzyme';
3
4
import GraphsContainer from '../../../app/containers/GraphsContainer'
5
-// import SpeedChart from '../../../app/charts/speed-chart'
+ import SpeedChart from '../../../app/charts/SpeedChart'
6
7
-xdescribe('<GraphsContainer />', () => {
8
- it('should render graphs')
9
-})
+// xdescribe('<GraphsContainer />', () => {
+// it('should render graphs')
+// })
10
11
// xdescribe('<GraphsContainer />', () => {
12
// it('should', () => {
0 commit comments