fix type tests

This commit is contained in:
Igor Stuzhuk (KoHcoJlb)
2021-02-08 14:02:01 +02:00
parent c9e542d6d5
commit 09719a4ad3

View File

@@ -13,7 +13,7 @@ const factory = (props) =>
mocks: {
$t: (text) => text,
},
propsData: props,
propsData: { gqlTypes: [], ...props },
stubs: ["field"],
})