summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/npm/compare_globals/main.js
blob: ce43e32b114db6f14fb1e671f7ed0a823eb43c2b (plain)
1
2
import * as globals from "npm:@denotest/globals";
console.log(globals.global === globals.globalThis);