From 09719a4ad37245c54ba694679eafcfc1c3244441 Mon Sep 17 00:00:00 2001 From: "Igor Stuzhuk (KoHcoJlb)" Date: Mon, 8 Feb 2021 14:02:01 +0200 Subject: [PATCH] fix type tests --- components/graphql/__tests__/type.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/graphql/__tests__/type.spec.js b/components/graphql/__tests__/type.spec.js index 4960a9b4f..50610d2c2 100644 --- a/components/graphql/__tests__/type.spec.js +++ b/components/graphql/__tests__/type.spec.js @@ -13,7 +13,7 @@ const factory = (props) => mocks: { $t: (text) => text, }, - propsData: props, + propsData: { gqlTypes: [], ...props }, stubs: ["field"], })