diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-11-22 02:17:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-22 02:17:14 +0100 |
commit | 1ec357faf37916ba84ad7a57208e48103294885a (patch) | |
tree | da235cfc13738ce6eaae5a747119615e5b2a2cf9 /cli/lsp | |
parent | 5c7dc904fb78cbf2d9e4707a9172a9291a55f8ab (diff) |
fix(inspector): ensure console methods provided by inspector are available (#16724)
Diffstat (limited to 'cli/lsp')
-rw-r--r-- | cli/lsp/tsc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/lsp/tsc.rs b/cli/lsp/tsc.rs index 90658b8d7..c402d2ac4 100644 --- a/cli/lsp/tsc.rs +++ b/cli/lsp/tsc.rs @@ -4126,7 +4126,7 @@ mod tests { assert!(result.is_ok()); let response: CompletionInfo = serde_json::from_value(result.unwrap()).unwrap(); - assert_eq!(response.entries.len(), 19); + assert_eq!(response.entries.len(), 22); let result = request( &mut runtime, state_snapshot, |