Skip to content

Commit d1b8717

Browse files
committed
Update tests/baselines
1 parent fe475ab commit d1b8717

File tree

3 files changed

+729
-62
lines changed

3 files changed

+729
-62
lines changed

tests/baselines/reference/tsserver/duplicatePackages/works-with-import-fixes.js

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,28 @@ Info seq [hh:mm:ss:mss] request:
409409
Info seq [hh:mm:ss:mss] response:
410410
{
411411
"response": [
412+
{
413+
"fixName": "import",
414+
"description": "Add import from \"foo\"",
415+
"changes": [
416+
{
417+
"fileName": "/b/user.ts",
418+
"textChanges": [
419+
{
420+
"start": {
421+
"line": 1,
422+
"offset": 1
423+
},
424+
"end": {
425+
"line": 1,
426+
"offset": 1
427+
},
428+
"newText": "import { foo } from \"foo\";\n\n"
429+
}
430+
]
431+
}
432+
]
433+
},
412434
{
413435
"fixName": "import",
414436
"description": "Add import from \"foo\"",

0 commit comments

Comments
 (0)