mirror of
https://github.com/denoland/deno.git
synced 2024-11-23 15:16:54 -05:00
8b454b560a
Add a test that asserts that certain symbols are no longer available if running with `DENO_FUTURE=1` env var. Currently only checks `window` global.
1 line
45 B
JavaScript
1 line
45 B
JavaScript
console.log("window is", globalThis.window);
|