Skip to content

Commit c0b0b77

Browse files
committed
test: update snapshot
1 parent 72f9dcc commit c0b0b77

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

packages/language-server/tests/renaming.spec.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -693,16 +693,6 @@ test('Component returns', async () => {
693693
{
694694
"file": "\${testWorkspacePath}/tsconfigProject/fixture.vue",
695695
"locs": [
696-
{
697-
"end": {
698-
"line": 3,
699-
"offset": 11,
700-
},
701-
"start": {
702-
"line": 3,
703-
"offset": 8,
704-
},
705-
},
706696
{
707697
"contextEnd": {
708698
"line": 12,
@@ -721,6 +711,16 @@ test('Component returns', async () => {
721711
"offset": 7,
722712
},
723713
},
714+
{
715+
"end": {
716+
"line": 3,
717+
"offset": 11,
718+
},
719+
"start": {
720+
"line": 3,
721+
"offset": 8,
722+
},
723+
},
724724
],
725725
},
726726
],

0 commit comments

Comments
 (0)