aboutsummaryrefslogtreecommitdiff
path: root/packages/integrations/mdx/test/mdx-math.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations/mdx/test/mdx-math.test.js')
-rw-r--r--packages/integrations/mdx/test/mdx-math.test.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/mdx/test/mdx-math.test.js b/packages/integrations/mdx/test/mdx-math.test.js
index 908a88e11..5352eca68 100644
--- a/packages/integrations/mdx/test/mdx-math.test.js
+++ b/packages/integrations/mdx/test/mdx-math.test.js
@@ -32,7 +32,7 @@ describe('MDX math', () => {
assert.equal(
mjxStyle.includes('mjx-container[jax="SVG"]'),
true,
- 'style should not be html-escaped'
+ 'style should not be html-escaped',
);
});
@@ -66,7 +66,7 @@ describe('MDX math', () => {
assert.equal(
mjxStyle.includes('mjx-container[jax="CHTML"]'),
true,
- 'style should not be html-escaped'
+ 'style should not be html-escaped',
);
});
});