Skip to content

Commit

Permalink
chorefix
Browse files Browse the repository at this point in the history
  • Loading branch information
EdamAme-x committed Dec 20, 2024
1 parent a7ddadc commit 10ea0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/test/url-preview.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ describe('MkUrlPreview', () => {
url: 'https://example.local/player',
width: null,
height: null,
allow: [],
allow: undefined as unknown as string[],
},
});
const buttons = mkUrlPreview.getAllByRole('button');
Expand Down

0 comments on commit 10ea0c1

Please sign in to comment.