[ci] format
This commit is contained in:
parent
f1a52c18af
commit
2edcb30c3d
1 changed files with 5 additions and 3 deletions
|
@ -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();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue