skip test

Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
Benny Samir Hierl 2022-02-20 12:38:20 +01:00
parent 803c0c3ea9
commit 94e4c80106

View file

@ -4,7 +4,7 @@ import { shallowMount } from '@vue/test-utils'
import ModalComponent from '../../components/Modal.vue' import ModalComponent from '../../components/Modal.vue'
import { useModal } from '../index' import { useModal } from '../index'
describe.skip('composable: useModal', () => { describe('composable: useModal', () => {
const modal = useModal() const modal = useModal()
const wrapper = shallowMount(ModalComponent, { const wrapper = shallowMount(ModalComponent, {
global: { global: {