[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: {
|
||||
syntaxHighlight: false,
|
||||
},
|
||||
integrations: [mdx({
|
||||
remarkPlugins: [shikiTwoslash.default ?? shikiTwoslash],
|
||||
})],
|
||||
integrations: [
|
||||
mdx({
|
||||
remarkPlugins: [shikiTwoslash.default ?? shikiTwoslash],
|
||||
}),
|
||||
],
|
||||
});
|
||||
await fixture.build();
|
||||
|
||||
|
|
Loading…
Reference in a new issue