Skip to content

Commit

Permalink
fix: File test snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
andymac4182 committed May 11, 2023
1 parent 9ee3c8c commit 9944c42
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions packages/lib/src/__snapshots__/MdToADF.test.ts.snap
Expand Up @@ -986,8 +986,10 @@ exports[`parses images.md 1`] = `
"content": [
{
"attrs": {
"type": "external",
"url": "/path/to/image.jpg",
"collection": "",
"id": "",
"type": "file",
"url": "file:///path/to/image.jpg",
},
"type": "media",
},
Expand All @@ -1001,8 +1003,10 @@ exports[`parses images.md 1`] = `
"content": [
{
"attrs": {
"type": "external",
"url": "/path/to/image.jpg",
"collection": "",
"id": "",
"type": "file",
"url": "file:///path/to/image.jpg",
},
"type": "media",
},
Expand Down

0 comments on commit 9944c42

Please sign in to comment.