diff options
Diffstat (limited to 'cli/tests/testdata/dynamic_import/b.js')
-rw-r--r-- | cli/tests/testdata/dynamic_import/b.js | 2 |
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"; |