Skip to content

Commit feaba9b

Browse files
committed
Update snapshot
1 parent 58506a8 commit feaba9b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

test-packages/package-test-core/__tests__/language-server/diagnostic-augmentation.test.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -163,13 +163,13 @@ describe('Language Server: Diagnostic Augmentation', () => {
163163
"message": "The expected type comes from property 'onclick' which is declared here on type 'Partial<WithDataAttributes<HTMLDivElementAttributes>>'",
164164
"span": {
165165
"end": {
166-
"line": 95,
167-
"offset": 16,
166+
"line": 96,
167+
"offset": 14,
168168
},
169169
"file": "\${testWorkspacePath}.pnpm/@glint+template@file+packages+template/node_modules/@glint/template/-private/dsl/elements.d.ts",
170170
"start": {
171-
"line": 95,
172-
"offset": 5,
171+
"line": 96,
172+
"offset": 3,
173173
},
174174
},
175175
},
@@ -236,13 +236,13 @@ describe('Language Server: Diagnostic Augmentation', () => {
236236
"message": "The expected type comes from property 'onclick' which is declared here on type 'Partial<WithDataAttributes<HTMLDivElementAttributes>>'",
237237
"span": {
238238
"end": {
239-
"line": 95,
240-
"offset": 16,
239+
"line": 96,
240+
"offset": 14,
241241
},
242242
"file": "\${testWorkspacePath}.pnpm/@glint+template@file+packages+template/node_modules/@glint/template/-private/dsl/elements.d.ts",
243243
"start": {
244-
"line": 95,
245-
"offset": 5,
244+
"line": 96,
245+
"offset": 3,
246246
},
247247
},
248248
},

0 commit comments

Comments
 (0)