Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy authored and astrobot-houston committed Oct 4, 2023
1 parent 21f4826 commit 272ad45
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions packages/markdown/remark/test/shiki.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,8 @@ describe('shiki syntax highlighting', async () => {
const processor = await createMarkdownProcessor();

it('does not add is:raw to the output', async () => {
const {
code,
} = await processor.render('```\ntest\n```');
const { code } = await processor.render('```\ntest\n```');

chai
.expect(code)
.not.to.contain("is:raw");
chai.expect(code).not.to.contain('is:raw');
});
});
});

0 comments on commit 272ad45

Please sign in to comment.