diff options
Diffstat (limited to 'cli/tests/testdata/dynamic_import/c.js')
-rw-r--r-- | cli/tests/testdata/dynamic_import/c.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/tests/testdata/dynamic_import/c.js b/cli/tests/testdata/dynamic_import/c.js deleted file mode 100644 index 20546455e..000000000 --- a/cli/tests/testdata/dynamic_import/c.js +++ /dev/null @@ -1,2 +0,0 @@ -await import("./bad2.mjs"); -export default () => "error"; |