diff options
Diffstat (limited to 'tests/integration/lsp_tests.rs')
-rw-r--r-- | tests/integration/lsp_tests.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/integration/lsp_tests.rs b/tests/integration/lsp_tests.rs index 6a92ae00b..042513456 100644 --- a/tests/integration/lsp_tests.rs +++ b/tests/integration/lsp_tests.rs @@ -1463,7 +1463,7 @@ fn lsp_hover_asset() { "value": "interface Date", }, "Enables basic storage and retrieval of dates and times.", - "\n\n*@category* - Temporal \n\n*@tags* - unstable" + "\n\n*@category* - Temporal \n\n*@experimental*" ], "range": { "start": { "line": 111, "character": 10, }, @@ -2039,7 +2039,7 @@ fn lsp_hover_unstable_always_enabled() { "value":"interface Deno.ForeignLibraryInterface" }, "**UNSTABLE**: New API, yet to be vetted.\n\nA foreign library interface descriptor.", - "\n\n*@category* - FFI \n\n*@tags* - unstable", + "\n\n*@category* - FFI \n\n*@experimental*", ], "range":{ "start":{ "line":0, "character":14 }, @@ -2084,7 +2084,7 @@ fn lsp_hover_unstable_enabled() { "value":"interface Deno.ForeignLibraryInterface" }, "**UNSTABLE**: New API, yet to be vetted.\n\nA foreign library interface descriptor.", - "\n\n*@category* - FFI \n\n*@tags* - unstable", + "\n\n*@category* - FFI \n\n*@experimental*", ], "range":{ "start":{ "line":0, "character":14 }, |