From dddb6576bb57a0764393f94815ff3129fa6f925d Mon Sep 17 00:00:00 2001 From: Jo Humphrey <31373245+jamdelion@users.noreply.github.com> Date: Wed, 20 Nov 2024 15:34:48 +0000 Subject: [PATCH] Fix ts-ignore --- .../src/@planx/components/PlanningConstraints/Public.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor.planx.uk/src/@planx/components/PlanningConstraints/Public.test.tsx b/editor.planx.uk/src/@planx/components/PlanningConstraints/Public.test.tsx index fd4af81ecf..96a6c8f898 100644 --- a/editor.planx.uk/src/@planx/components/PlanningConstraints/Public.test.tsx +++ b/editor.planx.uk/src/@planx/components/PlanningConstraints/Public.test.tsx @@ -241,8 +241,8 @@ describe("following a FindProperty component", () => { }); test("default disclaimer text should render if none provided", async () => { - // @ts-ignore - we deliberately want to test the case where PlanningConstraints is missing the disclaimer prop const { queryByText } = setup( + // @ts-ignore - we deliberately want to test the case where PlanningConstraints is missing the disclaimer prop