summaryrefslogtreecommitdiff
path: root/packages/integrations/markdoc/test
diff options
context:
space:
mode:
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');