summaryrefslogtreecommitdiff
path: root/tests/specs/npm/npmrc_basic_auth/main.js
blob: 66b39363600109d79962ff3a3be929083ed057f5 (plain)
1
2
3
4
5
6
7
8
import { getValue, setValue } from "@denotest/basic";
import * as test from "@denotest2/basic";

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

console.log(test.getValue());