Skip to content

Commit 10f207e

Browse files
committed
Update chunk-context.test.ts.snap
1 parent b936fc7 commit 10f207e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/__tests__/__snapshots__/chunk-context.test.ts.snap

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ exports[`chunk-context parse \`chunk-context\` 1`] = `
1414
"type": "UnchangedLine",
1515
},
1616
{
17-
"content": " console.log(\"hello world\");",
17+
"content": " console.log("hello world");",
1818
"lineAfter": 5,
1919
"type": "AddedLine",
2020
},
2121
],
2222
"context": "function hello() {",
2323
"fromFileRange": {
24-
"lines": 4,
24+
"lines": 1,
2525
"start": 4,
2626
},
2727
"toFileRange": {

0 commit comments

Comments
 (0)