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