summaryrefslogtreecommitdiff
path: root/packages/markdown/remark/test/shiki.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'packages/markdown/remark/test/shiki.test.js')
-rw-r--r--packages/markdown/remark/test/shiki.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/markdown/remark/test/shiki.test.js b/packages/markdown/remark/test/shiki.test.js
index 149fa38bb..c3cb81370 100644
--- a/packages/markdown/remark/test/shiki.test.js
+++ b/packages/markdown/remark/test/shiki.test.js
@@ -46,7 +46,7 @@ describe('shiki syntax highlighting', () => {
`\
- const foo = "bar";
+ const foo = "world";`,
- 'diff'
+ 'diff',
);
assert.match(html, /user-select: none/);