From 4710c08c1ce213bffb784567a4a92ddb04c05a6c Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Sun, 14 May 2023 17:28:25 +0200 Subject: [PATCH] Fix tests for changes in dependencies --- test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.js b/test.js index db55e9b..fc676f3 100644 --- a/test.js +++ b/test.js @@ -244,7 +244,7 @@ test('mdxFromMarkdown', () => { children: [ { type: 'mdxFlowExpression', - value: "{\n template: /* Comment */ '',\n}", + value: "{\n template: /* Comment */ '',\n }", position: { start: {line: 2, column: 3, offset: 10}, end: {line: 4, column: 5, offset: 49}