aboutsummaryrefslogtreecommitdiff
path: root/integration/snapshots/global-is-remapped-to-globalThis.debug.js
blob: 9000d14b08e5006f9bf9501b0aa13524ea3eda2b (plain) (blame)
1
2
3
4
export function test() {
  console.assert(globalThis === globalThis);
  return testDone(import.meta.url);
}