diff options
Diffstat (limited to 'src/components/json-ld.test.tsx')
| -rw-r--r-- | src/components/json-ld.test.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/json-ld.test.tsx b/src/components/json-ld.test.tsx index c96e5c3..6a81414 100644 --- a/src/components/json-ld.test.tsx +++ b/src/components/json-ld.test.tsx @@ -46,7 +46,7 @@ describe('json-ld components', () => { }); test('returns null when post is not provided', () => { - const { container } = render(<PostJsonLd post={null as unknown as any} />); + const { container } = render(<PostJsonLd post={null} />); expect(container.firstChild).toBeNull(); }); |
