summaryrefslogtreecommitdiff
path: root/packages/integrations/markdoc/test
diff options
context:
space:
mode:
authorGravatar Fugi <bluwy@users.noreply.github.com> 2024-07-17 12:24:18 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2024-07-17 12:24:18 +0000
commit20fc99b6ab006442e01b1c5e1de61ffa7c4c0cc1 (patch)
tree7371e377ea044fed972f6eb09ccf7eaee2f0bbc9 /packages/integrations/markdoc/test
parent0e6684983b9b24660a8fef83fe401ec1d567378a (diff)
downloadastro-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.js2
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');