summaryrefslogtreecommitdiff
path: root/packages/integrations/mdx/test/mdx-syntax-highlighting.test.js
diff options
context:
space:
mode:
authorGravatar matthewp <matthewp@users.noreply.github.com> 2022-11-09 13:35:06 +0000
committerGravatar fredkbot <fred+astrobot@astro.build> 2022-11-09 13:35:06 +0000
commit92374c0f75139bf5db9b11ecd8e53eda9e536a23 (patch)
tree0313e3745e9c8db79c47237f26d26d36d3e15fde /packages/integrations/mdx/test/mdx-syntax-highlighting.test.js
parentdca762cf734a657d8f126fd6958892b6163a4f67 (diff)
downloadastro-92374c0f75139bf5db9b11ecd8e53eda9e536a23.tar.gz
astro-92374c0f75139bf5db9b11ecd8e53eda9e536a23.tar.zst
astro-92374c0f75139bf5db9b11ecd8e53eda9e536a23.zip
[ci] format
Diffstat (limited to 'packages/integrations/mdx/test/mdx-syntax-highlighting.test.js')
-rw-r--r--packages/integrations/mdx/test/mdx-syntax-highlighting.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/mdx/test/mdx-syntax-highlighting.test.js b/packages/integrations/mdx/test/mdx-syntax-highlighting.test.js
index 6203ed82c..32c6bcd04 100644
--- a/packages/integrations/mdx/test/mdx-syntax-highlighting.test.js
+++ b/packages/integrations/mdx/test/mdx-syntax-highlighting.test.js
@@ -114,6 +114,6 @@ describe('MDX syntax highlighting', () => {
await fixture.build();
const html = await fixture.readFile('/index.html');
- expect(html).to.include('style="background-color:#000000"')
+ expect(html).to.include('style="background-color:#000000"');
});
});