mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-28 03:40:25 +01:00
chorefix
This commit is contained in:
parent
a7ddadcb2d
commit
10ea0c16a1
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ describe('MkUrlPreview', () => {
|
||||||
url: 'https://example.local/player',
|
url: 'https://example.local/player',
|
||||||
width: null,
|
width: null,
|
||||||
height: null,
|
height: null,
|
||||||
allow: [],
|
allow: undefined as unknown as string[],
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
const buttons = mkUrlPreview.getAllByRole('button');
|
const buttons = mkUrlPreview.getAllByRole('button');
|
||||||
|
|
Loading…
Reference in a new issue