Skip to content

Commit

Permalink
fix: any warning
Browse files Browse the repository at this point in the history
  • Loading branch information
fbosch committed May 17, 2024
1 parent c705886 commit 51a30cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/UmbracoRichText.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,9 @@ it("should render default node if renderNode prop returns undefined", () => {
});

it("should render fixture content correctly", () => {
// biome-ignore lint/suspicious/noExplicitAny:
const container = render(
<UmbracoRichText
// biome-ignore lint/suspicious/noExplicitAny:
data={fixture as any}
renderBlock={() => <div data-testid="block" />}
/>,
Expand Down

0 comments on commit 51a30cb

Please sign in to comment.