summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/compile
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-12-08 11:50:09 -0500
committerGitHub <noreply@github.com>2022-12-08 11:50:09 -0500
commit91443bbc0b3e5420d8a0b3506f1b18a88d48560a (patch)
tree804e60461874a71af08760f3aa1809c782558ac0 /cli/tests/testdata/compile
parenta6b5d05311f54d085a1e44f4a51717b4c0a4c74b (diff)
fix(compile): ensure import map is used when specified in deno config file (#16990)
Closes #14246
Diffstat (limited to 'cli/tests/testdata/compile')
-rw-r--r--cli/tests/testdata/compile/standalone_import_map_config.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/tests/testdata/compile/standalone_import_map_config.json b/cli/tests/testdata/compile/standalone_import_map_config.json
new file mode 100644
index 000000000..4959827f4
--- /dev/null
+++ b/cli/tests/testdata/compile/standalone_import_map_config.json
@@ -0,0 +1,3 @@
+{
+ "importMap": "./standalone_import_map.json"
+}