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