mirror of
https://github.com/ThisIsBenny/wishlist-app.git
synced 2025-04-19 15:27:41 +00:00
skip test
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
parent
fb47f1441e
commit
803c0c3ea9
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import { shallowMount } from '@vue/test-utils'
|
|||
import ModalComponent from '../../components/Modal.vue'
|
||||
import { useModal } from '../index'
|
||||
|
||||
describe('composable: useModal', () => {
|
||||
describe.skip('composable: useModal', () => {
|
||||
const modal = useModal()
|
||||
const wrapper = shallowMount(ModalComponent, {
|
||||
global: {
|
||||
|
|
Loading…
Add table
Reference in a new issue