Skip to content

Commit 392c511

Browse files
committed
tests: update base test
1 parent 46c9289 commit 392c511

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/App.test.js

-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import React from 'react'
22
import { shallow } from 'enzyme/build'
33
import App from './App'
4-
import ChartLineSimple from './views/examples/charts/ChartLineSimple'
54
import Dashboard from './views/dashboard/Dashboard.js'
65

76
it('mounts App without crashing', () => {
@@ -13,8 +12,3 @@ it('mounts Dashboard without crashing', () => {
1312
const wrapper = shallow(<Dashboard />)
1413
wrapper.unmount()
1514
})
16-
17-
it('mounts Charts without crashing', () => {
18-
const wrapper = shallow(<ChartLineSimple />)
19-
wrapper.unmount()
20-
})

0 commit comments

Comments
 (0)