Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Jun 9, 2022
1 parent 44e3383 commit 750311e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/features/parser-markdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export const testMarkdownParser = () => {
const parsed = await $fetch('/api/parse', {
method: 'POST',
body: {
id: 'content:index.md',
content: [
':hello', // valid
':hello,', // valid
Expand Down

0 comments on commit 750311e

Please sign in to comment.