mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
remove artifacts
This commit is contained in:
parent
a39efaafcd
commit
544b4da370
@ -1,9 +1,7 @@
|
||||
import { createLocalVue, mount } from '@vue/test-utils'
|
||||
import { BootstrapVue, IconsPlugin } from 'bootstrap-vue'
|
||||
import { mount } from '@vue/test-utils'
|
||||
import UserTable from './UserTable.vue'
|
||||
|
||||
let localVue
|
||||
// const localVue = global.localVue
|
||||
const localVue = global.localVue
|
||||
|
||||
const apolloQueryMock = jest.fn()
|
||||
apolloQueryMock.mockResolvedValue()
|
||||
@ -133,9 +131,6 @@ describe('UserTable', () => {
|
||||
}
|
||||
|
||||
const Wrapper = (propsData) => {
|
||||
localVue = createLocalVue()
|
||||
localVue.use(BootstrapVue)
|
||||
localVue.use(IconsPlugin)
|
||||
return mount(UserTable, { localVue, propsData, mocks })
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user