feat: refs #7220 ok FormModel
This commit is contained in:
parent
533dd76096
commit
215746036e
|
@ -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(() => {
|
||||
|
|
Loading…
Reference in New Issue