[ci] format

This commit is contained in:
bholmesdev 2022-08-15 14:45:15 +00:00 committed by fredkbot
parent f1a52c18af
commit 2edcb30c3d

View file

@ -74,9 +74,11 @@ describe('MDX syntax highlighting', () => {
markdown: { markdown: {
syntaxHighlight: false, syntaxHighlight: false,
}, },
integrations: [mdx({ integrations: [
remarkPlugins: [shikiTwoslash.default ?? shikiTwoslash], mdx({
})], remarkPlugins: [shikiTwoslash.default ?? shikiTwoslash],
}),
],
}); });
await fixture.build(); await fixture.build();