summaryrefslogtreecommitdiff
path: root/tests/integration/check_tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/check_tests.rs')
-rw-r--r--tests/integration/check_tests.rs33
1 files changed, 0 insertions, 33 deletions
diff --git a/tests/integration/check_tests.rs b/tests/integration/check_tests.rs
index d3111727c..1ccec41eb 100644
--- a/tests/integration/check_tests.rs
+++ b/tests/integration/check_tests.rs
@@ -246,39 +246,6 @@ itest!(check_dts {
exit_code: 1,
});
-// TODO(2.0): this should be rewritten to a spec test and first run `deno install`
-// itest!(package_json_basic {
-// args: "check main.ts",
-// output: "package_json/basic/main.check.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 should be rewritten to a spec test and first run `deno install`
-// itest!(package_json_fail_check {
-// args: "check --quiet fail_check.ts",
-// output: "package_json/basic/fail_check.check.out",
-// envs: env_vars_for_npm_tests(),
-// http_server: true,
-// cwd: Some("package_json/basic"),
-// copy_temp_dir: Some("package_json/basic"),
-// exit_code: 1,
-// });
-
-// TODO(2.0): this should be rewritten to a spec test and first run `deno install`
-// itest!(package_json_with_deno_json {
-// args: "check --quiet main.ts",
-// output: "package_json/deno_json/main.check.out",
-// cwd: Some("package_json/deno_json/"),
-// copy_temp_dir: Some("package_json/deno_json/"),
-// envs: env_vars_for_npm_tests(),
-// http_server: true,
-// exit_code: 1,
-// });
-
#[test]
fn check_error_in_dep_then_fix() {
let test_context = TestContextBuilder::new().use_temp_cwd().build();