diff options
Diffstat (limited to 'tests/integration/info_tests.rs')
-rw-r--r-- | tests/integration/info_tests.rs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/integration/info_tests.rs b/tests/integration/info_tests.rs index 38dd9448f..7699baba8 100644 --- a/tests/integration/info_tests.rs +++ b/tests/integration/info_tests.rs @@ -2,7 +2,6 @@ use test_util as util; use test_util::itest; -// use util::env_vars_for_npm_tests; use util::TestContextBuilder; #[test] @@ -110,17 +109,6 @@ itest!(with_config_override { output: "info/with_config/with_config.out", }); -// TODO(2.0): this test should be a spec test and first run `deno install` -// itest!(package_json_basic { -// args: "info --quiet main.ts", -// output: "package_json/basic/main.info.out", -// envs: env_vars_for_npm_tests(), -// http_server: true, -// cwd: Some("package_json/basic"), -// copy_temp_dir: Some("package_json/basic"), -// exit_code: 0, -// }); - itest!(info_import_map { args: "info preact/debug", output: "info/with_import_map/with_import_map.out", |