summaryrefslogtreecommitdiffstats
path: root/dom/base/test/jsmodules/importmaps/scope1/scope2/module_simpleImportMap.js
diff options
context:
space:
mode:
Diffstat (limited to 'dom/base/test/jsmodules/importmaps/scope1/scope2/module_simpleImportMap.js')
-rw-r--r--dom/base/test/jsmodules/importmaps/scope1/scope2/module_simpleImportMap.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/base/test/jsmodules/importmaps/scope1/scope2/module_simpleImportMap.js b/dom/base/test/jsmodules/importmaps/scope1/scope2/module_simpleImportMap.js
new file mode 100644
index 0000000000..ecb38b7b21
--- /dev/null
+++ b/dom/base/test/jsmodules/importmaps/scope1/scope2/module_simpleImportMap.js
@@ -0,0 +1,2 @@
+import { x } from "simple";
+result_scope2 = x;