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, 1 insertions, 0 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 new file mode 100644 index 000000000..4ba03e104 --- /dev/null +++ b/cli/tests/testdata/compat/import_esm_from_cjs/index.js @@ -0,0 +1 @@ +require("pure-cjs"); |