Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis authored and astrobot-houston committed Jan 4, 2024
1 parent 3eefd21 commit 3287a7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/starlight/__tests__/remark-rehype/asides.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(`</svg>${label}</p>`);
});
Expand Down

0 comments on commit 3287a7a

Please sign in to comment.