diff options
Diffstat (limited to 'test/snapshots/global-is-remapped-to-globalThis.js')
-rw-r--r-- | test/snapshots/global-is-remapped-to-globalThis.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/snapshots/global-is-remapped-to-globalThis.js b/test/snapshots/global-is-remapped-to-globalThis.js new file mode 100644 index 000000000..6cd8e2e22 --- /dev/null +++ b/test/snapshots/global-is-remapped-to-globalThis.js @@ -0,0 +1,6 @@ +export function test() { + console.assert(globalThis === globalThis); + return testDone(import.meta.url); +} + +//# sourceMappingURL=http://localhost:8080/global-is-remapped-to-globalThis.js.map |