mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
test: Added Spec for DeleteUserModal
This commit is contained in:
parent
127ddcc77a
commit
ee06039982
13
webapp/components/DeleteUserModal/DeleteUserModal.spec.js
Normal file
13
webapp/components/DeleteUserModal/DeleteUserModal.spec.js
Normal 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
|
||||||
|
|
||||||
|
|
||||||
|
})
|
||||||
Loading…
x
Reference in New Issue
Block a user