From 28f67cbbf75ef6b6a2bee564a7a258dd0f63e796 Mon Sep 17 00:00:00 2001 From: ogerly Date: Thu, 3 Nov 2022 07:55:27 +0100 Subject: [PATCH] fix test --- .../src/components/ContributionLink/ContributionLinkForm.spec.js | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/src/components/ContributionLink/ContributionLinkForm.spec.js b/admin/src/components/ContributionLink/ContributionLinkForm.spec.js index cf1306368..089ef90ad 100644 --- a/admin/src/components/ContributionLink/ContributionLinkForm.spec.js +++ b/admin/src/components/ContributionLink/ContributionLinkForm.spec.js @@ -9,6 +9,7 @@ global.alert = jest.fn() const propsData = { contributionLinkData: {}, + editContributionLink: false, } const apolloMutateMock = jest.fn().mockResolvedValue()