test: Added Spec for DeleteUserModal

This commit is contained in:
ogerly 2020-03-05 09:12:46 +01:00
parent 127ddcc77a
commit ee06039982

View File

@ -0,0 +1,13 @@
import { config, shallowMount, mount } from '@vue/test-utils'
import ConfirmModal from './DeleteUserModal.vue'
const localVue = global.localVue
describe('DisableModal.vue', () => {
let mocks
let propsData
let wrapper
})