From 935133f53af2b0efab5d22effff1239dc0e36147 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Fri, 27 Aug 2021 10:12:59 +1000 Subject: feat(cli): Update to TypeScript 4.4 (#11678) --- cli/tests/integration/lsp_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests') diff --git a/cli/tests/integration/lsp_tests.rs b/cli/tests/integration/lsp_tests.rs index f0cb6d4b8..80aa64f54 100644 --- a/cli/tests/integration/lsp_tests.rs +++ b/cli/tests/integration/lsp_tests.rs @@ -2430,7 +2430,7 @@ fn lsp_completions_optional() { { "label": "b?", "kind": 5, - "sortText": "1", + "sortText": "11", "filterText": "b", "insertText": "b", "data": { -- cgit v1.2.3