diff --git a/src/App.test.js b/src/App.test.js
index 0bf5705..8499039 100644
--- a/src/App.test.js
+++ b/src/App.test.js
@@ -1,7 +1,6 @@
import React from 'react'
import { shallow } from 'enzyme/build'
import App from './App'
-import ChartLineSimple from './views/examples/charts/ChartLineSimple'
import Dashboard from './views/dashboard/Dashboard.js'
it('mounts App without crashing', () => {
@@ -13,8 +12,3 @@ it('mounts Dashboard without crashing', () => {
const wrapper = shallow()
wrapper.unmount()
})
-
-it('mounts Charts without crashing', () => {
- const wrapper = shallow()
- wrapper.unmount()
-})