We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72f9dcc commit c0b0b77Copy full SHA for c0b0b77
packages/language-server/tests/renaming.spec.ts
@@ -693,16 +693,6 @@ test('Component returns', async () => {
693
{
694
"file": "\${testWorkspacePath}/tsconfigProject/fixture.vue",
695
"locs": [
696
- {
697
- "end": {
698
- "line": 3,
699
- "offset": 11,
700
- },
701
- "start": {
702
703
- "offset": 8,
704
705
706
707
"contextEnd": {
708
"line": 12,
@@ -721,6 +711,16 @@ test('Component returns', async () => {
721
711
"offset": 7,
722
712
},
723
713
714
+ {
715
+ "end": {
716
+ "line": 3,
717
+ "offset": 11,
718
+ },
719
+ "start": {
720
+ "offset": 8,
724
],
725
726
0 commit comments