0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-17 23:11:29 -05:00

[ci] format

This commit is contained in:
Fugi 2024-07-17 12:24:18 +00:00 committed by astrobot-houston
parent 0e6684983b
commit 20fc99b6ab
2 changed files with 1 additions and 2 deletions

View file

@ -29,7 +29,6 @@ export function getMarkdocTokenizer(options: MarkdocIntegrationOptions | undefin
tokenizerOptions.typographer = options.typographer;
}
_cachedMarkdocTokenizers[key] = new Markdoc.Tokenizer(tokenizerOptions);
}

View file

@ -120,7 +120,7 @@ describe('Markdoc - render', () => {
it('renders content - with typographer option', async () => {
const fixture = await getFixture('render-typographer');
await fixture.build()
await fixture.build();
const html = await fixture.readFile('/index.html');