feat: refs #7220 ok FormModel

This commit is contained in:
Javier Segarra 2024-10-20 02:00:49 +02:00
parent 533dd76096
commit 215746036e
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import FormModel from 'src/components/FormModel.vue';
import { useState } from 'src/composables/useState';
import { useStateStore } from 'src/stores/useStateStore';
describe.skip('<FormModel />', () => {
describe('<FormModel />', () => {
let piniaOptions = null;
let saveSpy, notifySpy, component, wrapper;
beforeEach(() => {