mirror of
https://github.com/withastro/astro.git
synced 2025-03-17 23:11:29 -05:00
[ci] format
This commit is contained in:
parent
0e6684983b
commit
20fc99b6ab
2 changed files with 1 additions and 2 deletions
|
@ -29,7 +29,6 @@ export function getMarkdocTokenizer(options: MarkdocIntegrationOptions | undefin
|
|||
tokenizerOptions.typographer = options.typographer;
|
||||
}
|
||||
|
||||
|
||||
_cachedMarkdocTokenizers[key] = new Markdoc.Tokenizer(tokenizerOptions);
|
||||
}
|
||||
|
||||
|
|
|
@ -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');
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue