mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
5 lines
104 B
JavaScript
5 lines
104 B
JavaScript
export function test() {
|
|
console.assert(global === globalThis);
|
|
return testDone(import.meta.url);
|
|
}
|