summaryrefslogtreecommitdiff
path: root/cli/tests/integration_tests.rs
diff options
context:
space:
mode:
authorValentin Anger <syrupthinker@gryphno.de>2020-10-12 01:05:46 +0200
committerGitHub <noreply@github.com>2020-10-12 10:05:46 +1100
commitfede13f2eb64f648e6c39aa01e2e0ede4e5be25e (patch)
tree98c81ab03833c1cc9d9d1f163dce4a8ff5c19b06 /cli/tests/integration_tests.rs
parent5f3028af13c25fb3af8f36d3d5913ef0688e5ce7 (diff)
feat(cli): support importmap flag with deno doc subcommand (#7821)
Fixes #7783
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r--cli/tests/integration_tests.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs
index 8e2007b42..1a5e48ada 100644
--- a/cli/tests/integration_tests.rs
+++ b/cli/tests/integration_tests.rs
@@ -2633,6 +2633,11 @@ itest!(deno_doc {
output: "deno_doc.out",
});
+itest!(deno_doc_importmap {
+ args: "doc --unstable --importmap=doc/importmap.json doc/use_importmap.js",
+ output: "doc/use_importmap.out",
+});
+
itest!(compiler_js_error {
args: "run --unstable compiler_js_error.ts",
output: "compiler_js_error.ts.out",