summaryrefslogtreecommitdiff
path: root/tests/registry/npm/@denotest/conditional-exports-node/1.0.0/good.cjs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/registry/npm/@denotest/conditional-exports-node/1.0.0/good.cjs')
-rw-r--r--tests/registry/npm/@denotest/conditional-exports-node/1.0.0/good.cjs3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/registry/npm/@denotest/conditional-exports-node/1.0.0/good.cjs b/tests/registry/npm/@denotest/conditional-exports-node/1.0.0/good.cjs
new file mode 100644
index 000000000..f99f7732a
--- /dev/null
+++ b/tests/registry/npm/@denotest/conditional-exports-node/1.0.0/good.cjs
@@ -0,0 +1,3 @@
+module.exports = {
+ hello: "from node"
+}; \ No newline at end of file