Skip to content

Commit 4710c08

Browse files
committed
Fix tests for changes in dependencies
1 parent 5eb09cb commit 4710c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ test('mdxFromMarkdown', () => {
244244
children: [
245245
{
246246
type: 'mdxFlowExpression',
247-
value: "{\n template: /* Comment */ '',\n}",
247+
value: "{\n template: /* Comment */ '',\n }",
248248
position: {
249249
start: {line: 2, column: 3, offset: 10},
250250
end: {line: 4, column: 5, offset: 49}

0 commit comments

Comments
 (0)