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

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