fix type tests
This commit is contained in:
@@ -13,7 +13,7 @@ const factory = (props) =>
|
|||||||
mocks: {
|
mocks: {
|
||||||
$t: (text) => text,
|
$t: (text) => text,
|
||||||
},
|
},
|
||||||
propsData: props,
|
propsData: { gqlTypes: [], ...props },
|
||||||
stubs: ["field"],
|
stubs: ["field"],
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user