From 750311ed4526053498fa36bdb271d942bd25f381 Mon Sep 17 00:00:00 2001 From: Farnabaz Date: Thu, 9 Jun 2022 10:39:44 +0200 Subject: [PATCH] test: fix --- test/features/parser-markdown.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test/features/parser-markdown.ts b/test/features/parser-markdown.ts index 5affeab3a..bf9aaec1e 100644 --- a/test/features/parser-markdown.ts +++ b/test/features/parser-markdown.ts @@ -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