diff options
Diffstat (limited to 'cli/tests/testdata/npm/translate_cjs_to_esm')
| -rw-r--r-- | cli/tests/testdata/npm/translate_cjs_to_esm/main.js | 6 | ||||
| -rw-r--r-- | cli/tests/testdata/npm/translate_cjs_to_esm/main.out | 4 |
2 files changed, 0 insertions, 10 deletions
diff --git a/cli/tests/testdata/npm/translate_cjs_to_esm/main.js b/cli/tests/testdata/npm/translate_cjs_to_esm/main.js deleted file mode 100644 index 04a86fbf1..000000000 --- a/cli/tests/testdata/npm/translate_cjs_to_esm/main.js +++ /dev/null @@ -1,6 +0,0 @@ -import fsx from "npm:fs-extra@10.1.0"; -import { createApp } from "npm:vue"; -import "npm:@denotest/cjs-with-file-stem"; - -console.log(fsx.access); -console.log(createApp); diff --git a/cli/tests/testdata/npm/translate_cjs_to_esm/main.out b/cli/tests/testdata/npm/translate_cjs_to_esm/main.out deleted file mode 100644 index c21a965b8..000000000 --- a/cli/tests/testdata/npm/translate_cjs_to_esm/main.out +++ /dev/null @@ -1,4 +0,0 @@ -hello -world -[Function: access] -[Function: createApp] |
