summaryrefslogtreecommitdiff
path: root/tests/specs/future/runtime_api/__test__.jsonc
AgeCommit message (Collapse)Author
2024-03-25test: add test for DENO_FUTURE=1 runtime API (#23065)Bartek IwaƄczuk
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.