Skip to content

Commit

Permalink
Update chunk-context.test.ts.snap
Browse files Browse the repository at this point in the history
  • Loading branch information
yeonjuan committed Dec 2, 2024
1 parent b936fc7 commit 10f207e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/__tests__/__snapshots__/chunk-context.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ exports[`chunk-context parse \`chunk-context\` 1`] = `
"type": "UnchangedLine",
},
{
"content": " console.log(\"hello world\");",
"content": " console.log("hello world");",
"lineAfter": 5,
"type": "AddedLine",
},
],
"context": "function hello() {",
"fromFileRange": {
"lines": 4,
"lines": 1,
"start": 4,
},
"toFileRange": {
Expand Down

0 comments on commit 10f207e

Please sign in to comment.