Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
remidej committed Nov 2, 2023
1 parent cd6e9ba commit 0b8358b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/BlocksRenderer.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ describe('BlocksRenderer', () => {
createdAt: '2021-01-01',
updatedAt: '2021-01-01',
},
children: [{ type: 'text', text: '' }],
},
]}
/>
Expand Down Expand Up @@ -354,7 +355,6 @@ describe('BlocksRenderer', () => {
{
type: 'text',
text: 'Still my paragraph',
// @ts-expect-error unknown is an invalid modifier
unknown: true,
},
],
Expand Down

0 comments on commit 0b8358b

Please sign in to comment.