summaryrefslogtreecommitdiff
path: root/cli/tests
diff options
context:
space:
mode:
authorNayeem Rahman <nayeemrmn99@gmail.com>2023-12-28 00:13:57 +0000
committerGitHub <noreply@github.com>2023-12-28 00:13:57 +0000
commit48dae2441c2085db345a8d2d225b2c063e740600 (patch)
tree15c7533f1ce8d830d36df2c1e74fc80a51634c0d /cli/tests
parentc2414db1f68d27db8ca6f192f0ff877f1394164c (diff)
perf(lsp): use LanguageServiceHost::getProjectVersion() (#21719)
Diffstat (limited to 'cli/tests')
-rw-r--r--cli/tests/integration/lsp_tests.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/integration/lsp_tests.rs b/cli/tests/integration/lsp_tests.rs
index 0e8bbd2af..badc3b7ef 100644
--- a/cli/tests/integration/lsp_tests.rs
+++ b/cli/tests/integration/lsp_tests.rs
@@ -8269,6 +8269,7 @@ fn lsp_performance() {
"tsc.host.getQuickInfoAtPosition",
"tsc.op.op_is_node_file",
"tsc.op.op_load",
+ "tsc.op.op_project_version",
"tsc.op.op_script_names",
"tsc.op.op_script_version",
"tsc.request.$configure",