From 72c7ae9901de927ae8d9d5be63cbaef4f976422c Mon Sep 17 00:00:00 2001 From: Darius <19603573+itsMapleLeaf@users.noreply.github.com> Date: Thu, 8 Aug 2024 05:12:50 -0500 Subject: update formatter config (#11640) * update formatter config * format --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> --- packages/integrations/markdoc/test/syntax-highlighting.test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/integrations/markdoc/test/syntax-highlighting.test.js') diff --git a/packages/integrations/markdoc/test/syntax-highlighting.test.js b/packages/integrations/markdoc/test/syntax-highlighting.test.js index 7b2016808..f47b891f4 100644 --- a/packages/integrations/markdoc/test/syntax-highlighting.test.js +++ b/packages/integrations/markdoc/test/syntax-highlighting.test.js @@ -40,7 +40,7 @@ describe('Markdoc - syntax highlighting', () => { ast, await getConfigExtendingShiki({ theme: 'dracula', - }) + }), ); assert.equal(content.children.length, 2); for (const codeBlock of content.children) { @@ -57,7 +57,7 @@ describe('Markdoc - syntax highlighting', () => { ast, await getConfigExtendingShiki({ wrap: true, - }) + }), ); assert.equal(content.children.length, 2); for (const codeBlock of content.children) { -- cgit v1.2.3