summaryrefslogtreecommitdiff
path: root/tests/testdata/dynamic_import/b.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/dynamic_import/b.js')
-rw-r--r--tests/testdata/dynamic_import/b.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testdata/dynamic_import/b.js b/tests/testdata/dynamic_import/b.js
new file mode 100644
index 000000000..6ea50d360
--- /dev/null
+++ b/tests/testdata/dynamic_import/b.js
@@ -0,0 +1,2 @@
+import "./bad.mjs";
+export default () => "error";