diff options
Diffstat (limited to 'tests/integration/lsp_tests.rs')
-rw-r--r-- | tests/integration/lsp_tests.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/integration/lsp_tests.rs b/tests/integration/lsp_tests.rs index 8165cc86a..a7193ff59 100644 --- a/tests/integration/lsp_tests.rs +++ b/tests/integration/lsp_tests.rs @@ -1652,11 +1652,9 @@ fn lsp_workspace_disable_enable_paths() { .unwrap() }, name: "project".to_string(), - }]) - .set_deno_enable(false); + }]); }, json!({ "deno": { - "enable": false, "disablePaths": ["./worker/node.ts"], "enablePaths": ["./worker"], } }), |