diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2022-03-02 07:44:43 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-02 07:44:43 +1100 |
| commit | 7fc5bfe51b7d405aaa5293ec6f1a8f1e9119aea2 (patch) | |
| tree | 440bd7c939407adc69bedfb678ee16538353073e /cli/tests/testdata/lsp/code_action_response_imports.json | |
| parent | 4be0365fb8251a8614f16e6162f4f43c9885d2a3 (diff) | |
feat(cli): update to TypeScript 4.6.2 (#13474)
Diffstat (limited to 'cli/tests/testdata/lsp/code_action_response_imports.json')
| -rw-r--r-- | cli/tests/testdata/lsp/code_action_response_imports.json | 4 |
1 files changed, 2 insertions, 2 deletions
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": [ { |
