1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/tests/specs/future/runtime_api/__test__.jsonc
Bartek Iwańczuk 8b454b560a
test: add test for DENO_FUTURE=1 runtime API (#23065)
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.
2024-03-25 16:22:01 +01:00

7 lines
92 B
Text

{
"args": "run main.js",
"output": "main.out",
"envs": {
"DENO_FUTURE": "1"
}
}