Skip to content

Commit 0e9a453

Browse files
committed
lint: fix
1 parent 3f1cddb commit 0e9a453

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/markdown/markdown.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { expect, it } from 'vitest'
22
import { parseMarkdown } from '../utils/parser'
33
import { stringifyMarkdown } from '../../src/runtime/stringify'
44

5-
65
it('Element in heading', async () => {
76
const { body } = await parseMarkdown('### :hello')
87
expect(body).toHaveProperty('type', 'root')
@@ -19,4 +18,4 @@ it('Element in heading', async () => {
1918
expect(result).toMatchInlineSnapshot(`
2019
"### :hello\n"
2120
`)
22-
})
21+
})

0 commit comments

Comments
 (0)