We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46c9289 commit 392c511Copy full SHA for 392c511
src/App.test.js
@@ -1,7 +1,6 @@
1
import React from 'react'
2
import { shallow } from 'enzyme/build'
3
import App from './App'
4
-import ChartLineSimple from './views/examples/charts/ChartLineSimple'
5
import Dashboard from './views/dashboard/Dashboard.js'
6
7
it('mounts App without crashing', () => {
@@ -13,8 +12,3 @@ it('mounts Dashboard without crashing', () => {
13
12
const wrapper = shallow(<Dashboard />)
14
wrapper.unmount()
15
})
16
-
17
-it('mounts Charts without crashing', () => {
18
- const wrapper = shallow(<ChartLineSimple />)
19
- wrapper.unmount()
20
-})
0 commit comments