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.rs31
1 files changed, 0 insertions, 31 deletions
diff --git a/tests/integration/check_tests.rs b/tests/integration/check_tests.rs
index 72fb2d9b7..78ab859f9 100644
--- a/tests/integration/check_tests.rs
+++ b/tests/integration/check_tests.rs
@@ -6,24 +6,6 @@ use util::env_vars_for_npm_tests;
use util::TestContext;
use util::TestContextBuilder;
-itest!(_095_check_with_bare_import {
- args: "check cache/095_cache_with_bare_import.ts",
- output: "cache/095_cache_with_bare_import.ts.out",
- exit_code: 1,
-});
-
-itest!(check_extensionless {
- args: "check --reload http://localhost:4545/subdir/no_js_ext",
- output: "cache/cache_extensionless.out",
- http_server: true,
-});
-
-itest!(check_random_extension {
- args: "check --reload http://localhost:4545/subdir/no_js_ext@1.0.0",
- output: "cache/cache_random_extension.out",
- http_server: true,
-});
-
itest!(check_all {
args: "check --quiet --all check/all/check_all.ts",
output: "check/all/check_all.out",
@@ -145,12 +127,6 @@ itest!(check_imported_files_listed_in_exclude_option {
exit_code: 1,
});
-itest!(check_with_excluded_file_specified {
- args: "check lib/types.d.ts",
- cwd: Some("check/excluded_file_specified/"),
- output: "check/excluded_file_specified/check.out",
-});
-
#[test]
fn cache_switching_config_then_no_config() {
let context = TestContext::default();
@@ -279,13 +255,6 @@ itest!(check_dts {
exit_code: 1,
});
-itest!(check_types_dts {
- args: "check main.ts",
- cwd: Some("check/types_dts/"),
- output: "check/types_dts/main.out",
- exit_code: 0,
-});
-
itest!(package_json_basic {
args: "check main.ts",
output: "package_json/basic/main.check.out",