diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration/lsp_tests.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/integration/lsp_tests.rs b/tests/integration/lsp_tests.rs index 2d8d88b27..a0368d8d1 100644 --- a/tests/integration/lsp_tests.rs +++ b/tests/integration/lsp_tests.rs @@ -364,13 +364,6 @@ fn lsp_import_map_remote() { .build(); let temp_dir = context.temp_dir(); temp_dir.write( - "deno.json", - json!({ - "importMap": "http://localhost:4545/import_maps/import_map_remote.json", - }) - .to_string(), - ); - temp_dir.write( "file.ts", r#" import { printHello } from "print_hello"; |