From b77d6cb29e4437f4783368aaa3b1d5c972470ad0 Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Mon, 7 Dec 2020 10:49:58 +0000 Subject: chore(std): Remove tsconfig_test.json (#8629) Ref #8050 --- cli/tests/integration_tests.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'cli') diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 42172a771..cb1bb27a3 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -10,7 +10,6 @@ use test_util as util; #[test] fn std_tests() { let dir = TempDir::new().expect("tempdir fail"); - let std_config = util::root_path().join("std/tsconfig_test.json"); let status = util::deno_cmd() .env("DENO_DIR", dir.path()) .current_dir(util::root_path()) @@ -18,8 +17,6 @@ fn std_tests() { .arg("--unstable") .arg("--seed=86") // Some tests rely on specific random numbers. .arg("-A") - .arg("--config") - .arg(std_config.to_str().unwrap()) // .arg("-Ldebug") .arg("std/") .spawn() -- cgit v1.2.3