From 7fc5bfe51b7d405aaa5293ec6f1a8f1e9119aea2 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Wed, 2 Mar 2022 07:44:43 +1100 Subject: feat(cli): update to TypeScript 4.6.2 (#13474) --- cli/tests/testdata/lsp/code_action_response_imports.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/tests/testdata/lsp/code_action_response_imports.json') diff --git a/cli/tests/testdata/lsp/code_action_response_imports.json b/cli/tests/testdata/lsp/code_action_response_imports.json index e4d926bdd..cb1de6d77 100644 --- a/cli/tests/testdata/lsp/code_action_response_imports.json +++ b/cli/tests/testdata/lsp/code_action_response_imports.json @@ -1,6 +1,6 @@ [ { - "title": "Import 'abc' from module \"./file00.ts\"", + "title": "Add import from \"./file00.ts\"", "kind": "quickfix", "diagnostics": [ { @@ -120,7 +120,7 @@ } }, { - "title": "Import 'def' from module \"./file00.ts\"", + "title": "Add import from \"./file00.ts\"", "kind": "quickfix", "diagnostics": [ { -- cgit v1.2.3