summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/npm/translate_cjs_to_esm/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/npm/translate_cjs_to_esm/main.js')
-rw-r--r--cli/tests/testdata/npm/translate_cjs_to_esm/main.js6
1 files changed, 0 insertions, 6 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);