summaryrefslogtreecommitdiff
path: root/cli/tests/integration/run_tests.rs
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2022-01-31 20:32:49 +1100
committerGitHub <noreply@github.com>2022-01-31 20:32:49 +1100
commit68c8c66b0f0889657e48742aed05030c70e0a266 (patch)
tree159623288194f1e2ef9b27da25b0c5f20bd211f3 /cli/tests/integration/run_tests.rs
parent49a0db0d2a2a697320ea95bacaca9bc61199c951 (diff)
fix(cli): handle extensionless imports better (#13548)
Fixes #13526
Diffstat (limited to 'cli/tests/integration/run_tests.rs')
-rw-r--r--cli/tests/integration/run_tests.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/tests/integration/run_tests.rs b/cli/tests/integration/run_tests.rs
index 74a03e055..3d50a09a3 100644
--- a/cli/tests/integration/run_tests.rs
+++ b/cli/tests/integration/run_tests.rs
@@ -1488,6 +1488,12 @@ itest!(import_file_with_colon {
http_server: true,
});
+itest!(import_extensionless {
+ args: "run --quiet --reload import_extensionless.ts",
+ output: "import_extensionless.ts.out",
+ http_server: true,
+});
+
itest!(classic_workers_event_loop {
args:
"run --enable-testing-features-do-not-use classic_workers_event_loop.js",