From 7eee521199e9735ab7c347d99e9d90ba3046be1a Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Wed, 1 Jun 2022 10:19:18 +1000 Subject: feat: update to TypeScript 4.7 (#14242) --- cli/tests/integration/lsp_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/integration/lsp_tests.rs') diff --git a/cli/tests/integration/lsp_tests.rs b/cli/tests/integration/lsp_tests.rs index be2283080..213827057 100644 --- a/cli/tests/integration/lsp_tests.rs +++ b/cli/tests/integration/lsp_tests.rs @@ -2056,7 +2056,7 @@ fn lsp_hover_jsdoc_symbol_link() { "language": "typescript", "value": "function a(): void" }, - "JSDoc [hello](file:///a/b.ts#L1,1) and [`b`](file:///a/file.ts#L5,7)" + "JSDoc [hello](file:///a/file.ts#L1,10) and [`b`](file:///a/file.ts#L5,7)" ], "range": { "start": { -- cgit v1.2.3