summaryrefslogtreecommitdiff
path: root/tests/specs/npm/npmrc_no_auth/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specs/npm/npmrc_no_auth/main.js')
-rw-r--r--tests/specs/npm/npmrc_no_auth/main.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/specs/npm/npmrc_no_auth/main.js b/tests/specs/npm/npmrc_no_auth/main.js
new file mode 100644
index 000000000..22713bb0d
--- /dev/null
+++ b/tests/specs/npm/npmrc_no_auth/main.js
@@ -0,0 +1,5 @@
+import { getValue, setValue } from "@denotest3/basic";
+
+console.log(getValue());
+setValue(42);
+console.log(getValue());