diff --git a/packages/starlight/__tests__/remark-rehype/asides.test.ts b/packages/starlight/__tests__/remark-rehype/asides.test.ts index 24a071e80e1..6b055def611 100644 --- a/packages/starlight/__tests__/remark-rehype/asides.test.ts +++ b/packages/starlight/__tests__/remark-rehype/asides.test.ts @@ -119,9 +119,9 @@ describe('translated labels in French', () => { Some text ::: `, -// @ts-expect-error fileURL is part of MarkdownProcessor's options -{ fileURL: new URL('./_src/content/docs/fr/index.md', import.meta.url) } -); + // @ts-expect-error fileURL is part of MarkdownProcessor's options + { fileURL: new URL('./_src/content/docs/fr/index.md', import.meta.url) } + ); expect(res.code).includes(`aria-label="${label}"`); expect(res.code).includes(`${label}

`); });