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

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