diff options
Diffstat (limited to 'cli/tests/testdata/compat/import_esm_from_cjs/index.js')
-rw-r--r-- | cli/tests/testdata/compat/import_esm_from_cjs/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/tests/testdata/compat/import_esm_from_cjs/index.js b/cli/tests/testdata/compat/import_esm_from_cjs/index.js deleted file mode 100644 index 4ba03e104..000000000 --- a/cli/tests/testdata/compat/import_esm_from_cjs/index.js +++ /dev/null @@ -1 +0,0 @@ -require("pure-cjs"); |