Skip to content

Commit

Permalink
test: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
ManUtopiK committed Jun 9, 2024
1 parent e9bfc78 commit e5baaf9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions test/__snapshots__/basic.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,25 @@ exports[`basic > link 1`] = `
}
`;

exports[`basic > remarkPluginName 1`] = `
{
"children": [],
"position": {
"end": {
"column": 1,
"line": 1,
"offset": 0,
},
"start": {
"column": 1,
"line": 1,
"offset": 0,
},
},
"type": "root",
}
`;

exports[`basic > simple 1`] = `
{
"children": [
Expand Down

0 comments on commit e5baaf9

Please sign in to comment.