This commit is contained in:
EdamAmex 2024-12-20 07:02:22 +00:00
parent a7ddadcb2d
commit 10ea0c16a1

View file

@ -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');