fix type tests
This commit is contained in:
parent
c9e542d6d5
commit
09719a4ad3
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ const factory = (props) =>
|
|||
mocks: {
|
||||
$t: (text) => text,
|
||||
},
|
||||
propsData: props,
|
||||
propsData: { gqlTypes: [], ...props },
|
||||
stubs: ["field"],
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue