summaryrefslogtreecommitdiff
path: root/tests/specs/future/runtime_api/__test__.jsonc
AgeCommit message (Collapse)Author
2024-03-27FUTURE(ext/fs): remove `Deno.FsFile.rid` (#23087)Asher Gomez
Continues work from #23075. Towards #23089.
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.