summaryrefslogtreecommitdiff
path: root/tests/registry/npm/@denotest/dual-cjs-esm/1.0.0/subpath/main.cjs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/registry/npm/@denotest/dual-cjs-esm/1.0.0/subpath/main.cjs')
-rw-r--r--tests/registry/npm/@denotest/dual-cjs-esm/1.0.0/subpath/main.cjs3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/registry/npm/@denotest/dual-cjs-esm/1.0.0/subpath/main.cjs b/tests/registry/npm/@denotest/dual-cjs-esm/1.0.0/subpath/main.cjs
new file mode 100644
index 000000000..18a22e6f1
--- /dev/null
+++ b/tests/registry/npm/@denotest/dual-cjs-esm/1.0.0/subpath/main.cjs
@@ -0,0 +1,3 @@
+exports.getSubPathKind = function() {
+ return "cjs";
+};