summaryrefslogtreecommitdiff
path: root/tests/specs/npm/npmrc_no_auth_install/main.js
blob: 22713bb0dae6919e43cbf7984d0d0984044f9c21 (plain)
1
2
3
4
5
import { getValue, setValue } from "@denotest3/basic";

console.log(getValue());
setValue(42);
console.log(getValue());