update login sso address
This commit is contained in:
@ -1,21 +1,21 @@
|
||||
import React from 'react'
|
||||
import { shallow } from 'enzyme/build'
|
||||
import App from './App'
|
||||
import ChartLineSimple from './views/charts/ChartLineSimple'
|
||||
import Dashboard from './views/dashboard/Dashboard.js'
|
||||
|
||||
|
||||
it('mounts App without crashing', () => {
|
||||
const wrapper = shallow(<App/>)
|
||||
wrapper.unmount()
|
||||
})
|
||||
|
||||
it('mounts Dashboard without crashing', () => {
|
||||
const wrapper = shallow(<Dashboard/>)
|
||||
wrapper.unmount()
|
||||
})
|
||||
|
||||
it('mounts Charts without crashing', () => {
|
||||
const wrapper = shallow(<ChartLineSimple/> )
|
||||
wrapper.unmount()
|
||||
})
|
||||
import React from 'react'
|
||||
import { shallow } from 'enzyme/build'
|
||||
import App from './App'
|
||||
import ChartLineSimple from './views/charts/ChartLineSimple'
|
||||
import Dashboard from './views/dashboard/Dashboard.js'
|
||||
|
||||
|
||||
it('mounts App without crashing', () => {
|
||||
const wrapper = shallow(<App/>)
|
||||
wrapper.unmount()
|
||||
})
|
||||
|
||||
it('mounts Dashboard without crashing', () => {
|
||||
const wrapper = shallow(<Dashboard/>)
|
||||
wrapper.unmount()
|
||||
})
|
||||
|
||||
it('mounts Charts without crashing', () => {
|
||||
const wrapper = shallow(<ChartLineSimple/> )
|
||||
wrapper.unmount()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user