Skip to content

Commit

Permalink
Fix ts-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jamdelion committed Nov 20, 2024
1 parent 38cbb4f commit dddb657
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
<PlanningConstraints
title="Planning constraints"
description="Things that might affect your project"
Expand Down

0 comments on commit dddb657

Please sign in to comment.