summaryrefslogtreecommitdiff
path: root/tests/integration/run_tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/run_tests.rs')
-rw-r--r--tests/integration/run_tests.rs11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/integration/run_tests.rs b/tests/integration/run_tests.rs
index 50f0f58f8..6b0901e26 100644
--- a/tests/integration/run_tests.rs
+++ b/tests/integration/run_tests.rs
@@ -148,11 +148,6 @@ itest!(_021_mjs_modules {
output: "run/021_mjs_modules.ts.out",
});
-itest!(_023_no_ext {
- args: "run --reload --check run/023_no_ext",
- output: "run/023_no_ext.out",
-});
-
itest!(_025_reload_js_type_error {
args: "run --quiet --reload run/025_reload_js_type_error.js",
output: "run/025_reload_js_type_error.js.out",
@@ -4209,12 +4204,6 @@ itest!(error_cause_recursive {
exit_code: 1,
});
-itest!(default_file_extension_is_js {
- args: "run --check file_extensions/js_without_extension",
- output: "file_extensions/js_without_extension.out",
- exit_code: 0,
-});
-
itest!(js_without_extension {
args: "run --ext js --check file_extensions/js_without_extension",
output: "file_extensions/js_without_extension.out",