summaryrefslogtreecommitdiff
path: root/tests/testdata/package_json/invalid_value/ok.ts
blob: ce517439f986152bcd23d25b89122d24b18189c1 (plain)
1
2
3
4
import * as test from "@denotest/esm-basic";

test.setValue(2);
console.log(test.getValue());