summaryrefslogtreecommitdiff
path: root/tests/specs/install/move_after_install/test-project/main.mjs
blob: 1beed6ef4e0229c2df50fa9389ae9207d3c724bd (plain)
1
2
3
4
import { getValue, setValue } from "@denotest/esm-basic";

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