summaryrefslogtreecommitdiff
path: root/tests/testdata/npm/cjs_require_esm_mjs/main.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/npm/cjs_require_esm_mjs/main.ts')
-rw-r--r--tests/testdata/npm/cjs_require_esm_mjs/main.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testdata/npm/cjs_require_esm_mjs/main.ts b/tests/testdata/npm/cjs_require_esm_mjs/main.ts
new file mode 100644
index 000000000..d753c2a83
--- /dev/null
+++ b/tests/testdata/npm/cjs_require_esm_mjs/main.ts
@@ -0,0 +1,2 @@
+import * as ns from "npm:@denotest/cjs-require-esm/require_mjs.js";
+console.log(ns);