Skip to content

Commit

Permalink
Fix tests for changes in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed May 14, 2023
1 parent 5eb09cb commit 4710c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 4710c08

Please sign in to comment.