We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f1cddb commit 0e9a453Copy full SHA for 0e9a453
test/markdown/markdown.test.ts
@@ -2,7 +2,6 @@ import { expect, it } from 'vitest'
2
import { parseMarkdown } from '../utils/parser'
3
import { stringifyMarkdown } from '../../src/runtime/stringify'
4
5
-
6
it('Element in heading', async () => {
7
const { body } = await parseMarkdown('### :hello')
8
expect(body).toHaveProperty('type', 'root')
@@ -19,4 +18,4 @@ it('Element in heading', async () => {
19
18
expect(result).toMatchInlineSnapshot(`
20
"### :hello\n"
21
`)
22
-})
+})
0 commit comments