Skip to content

Commit

Permalink
Fix test error/warning
Browse files Browse the repository at this point in the history
  • Loading branch information
IdrissMahjoubi committed Aug 20, 2024
1 parent 8976f6b commit 138b100
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ describe('remirror-to-search', () => {
label: 'myLabel',
name: 'label',
}),
// eslint-disable-next-line @typescript-eslint/no-explicit-any
]) as any; // Add type assertion here
label.tags = ['label']; // Add the required 'tags' property

Expand Down

0 comments on commit 138b100

Please sign in to comment.