summaryrefslogtreecommitdiff
path: root/cli/tests/integration_tests.rs
diff options
context:
space:
mode:
authorNayeem Rahman <nayeemrmn99@gmail.com>2021-05-31 01:20:34 +0100
committerGitHub <noreply@github.com>2021-05-31 10:20:34 +1000
commit3a33510bd4a169aba00393c2b7e88bf7fa0cad06 (patch)
tree37320e072cb142a90017e9c0709eb88dd77670ef /cli/tests/integration_tests.rs
parent83ce33363347447e25d2d00732dad86b588b89f0 (diff)
fix(cli): Don't statically error on dynamic unmapped bare specifiers (#10618)
Fixes #10168 Fixes #10615 Fixes #10616
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r--cli/tests/integration_tests.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs
index 5188c60ba..5af533dab 100644
--- a/cli/tests/integration_tests.rs
+++ b/cli/tests/integration_tests.rs
@@ -3133,6 +3133,12 @@ console.log("finish");
exit_code: 1,
});
+ itest!(_092_import_map_unmapped_bare_specifier {
+ args: "run --import-map import_maps/import_map.json 092_import_map_unmapped_bare_specifier.ts",
+ output: "092_import_map_unmapped_bare_specifier.ts.out",
+ exit_code: 1,
+ });
+
itest!(dynamic_import_permissions_remote_remote {
args: "run --quiet --reload --allow-net=localhost:4545 dynamic_import/permissions_remote_remote.ts",
output: "dynamic_import/permissions_remote_remote.ts.out",