mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06: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.
7 lines
92 B
Text
7 lines
92 B
Text
{
|
|
"args": "run main.js",
|
|
"output": "main.out",
|
|
"envs": {
|
|
"DENO_FUTURE": "1"
|
|
}
|
|
}
|