diff options
| author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2024-05-01 01:44:20 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-01 01:44:20 +0100 |
| commit | ac9e07bdfa525c22190fed76b9cfbac6e4b486af (patch) | |
| tree | fca06d239af585e96f9dbcd560e6ce2d315cdcd0 /tests | |
| parent | 544d248c1655d784fb9cff1e94a575104efc4ea2 (diff) | |
chore(lsp): revert import map pre-resolution for jsxImportSource (#23619)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/integration/lsp_tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/lsp_tests.rs b/tests/integration/lsp_tests.rs index d000973c0..d9f2f10cc 100644 --- a/tests/integration/lsp_tests.rs +++ b/tests/integration/lsp_tests.rs @@ -10628,7 +10628,7 @@ export function B() { ); let diagnostics = client.read_diagnostics(); - assert_eq!(diagnostics.all().len(), 0); + assert_eq!(json!(diagnostics.all()), json!([])); let res = client.write_request( "textDocument/hover", |
