summaryrefslogtreecommitdiff
path: root/cli/tests/integration/npm_tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/integration/npm_tests.rs')
-rw-r--r--cli/tests/integration/npm_tests.rs7
1 files changed, 7 insertions, 0 deletions
diff --git a/cli/tests/integration/npm_tests.rs b/cli/tests/integration/npm_tests.rs
index 678734309..8bbb89d65 100644
--- a/cli/tests/integration/npm_tests.rs
+++ b/cli/tests/integration/npm_tests.rs
@@ -33,6 +33,13 @@ itest!(esm_module_deno_test {
http_server: true,
});
+itest!(esm_import_cjs_default {
+ args: "run --allow-read --allow-env --unstable --quiet npm/esm_import_cjs_default/main.js",
+ output: "npm/esm_import_cjs_default/main.out",
+ envs: env_vars(),
+ http_server: true,
+});
+
itest!(cjs_with_deps {
args: "run --allow-read --allow-env --unstable npm/cjs_with_deps/main.js",
output: "npm/cjs_with_deps/main.out",