summaryrefslogtreecommitdiff
path: root/tests/integration/info_tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/info_tests.rs')
-rw-r--r--tests/integration/info_tests.rs21
1 files changed, 11 insertions, 10 deletions
diff --git a/tests/integration/info_tests.rs b/tests/integration/info_tests.rs
index a2e3c2d4f..b22209a56 100644
--- a/tests/integration/info_tests.rs
+++ b/tests/integration/info_tests.rs
@@ -2,7 +2,7 @@
use test_util as util;
use test_util::itest;
-use util::env_vars_for_npm_tests;
+// use util::env_vars_for_npm_tests;
use util::TestContextBuilder;
#[test]
@@ -135,15 +135,16 @@ itest!(with_config_override {
output: "info/with_config/with_config.out",
});
-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,
-});
+// 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",