diff options
author | 2024-07-17 12:24:18 +0000 | |
---|---|---|
committer | 2024-07-17 12:24:18 +0000 | |
commit | 20fc99b6ab006442e01b1c5e1de61ffa7c4c0cc1 (patch) | |
tree | 7371e377ea044fed972f6eb09ccf7eaee2f0bbc9 /packages/integrations/markdoc/test | |
parent | 0e6684983b9b24660a8fef83fe401ec1d567378a (diff) | |
download | astro-20fc99b6ab006442e01b1c5e1de61ffa7c4c0cc1.tar.gz astro-20fc99b6ab006442e01b1c5e1de61ffa7c4c0cc1.tar.zst astro-20fc99b6ab006442e01b1c5e1de61ffa7c4c0cc1.zip |
[ci] format
Diffstat (limited to 'packages/integrations/markdoc/test')
-rw-r--r-- | packages/integrations/markdoc/test/render.test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/markdoc/test/render.test.js b/packages/integrations/markdoc/test/render.test.js index 4c6d1b415..364604405 100644 --- a/packages/integrations/markdoc/test/render.test.js +++ b/packages/integrations/markdoc/test/render.test.js @@ -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'); |