summaryrefslogtreecommitdiff
path: root/tests/unit/files_test.ts
AgeCommit message (Expand)Author
2024-09-12test: remove `DENO_FUTURE` (#25587)Asher Gomez
2024-09-11BREAKING(fs): remove `Deno.FsFile.prototype.rid` (#25499)Asher Gomez
2024-09-10feat(cli): use NotCapable error for permission errors (#25431)Luca Casonato
2024-09-10test: remove usage of `--unstable` flag (#25549)Bartek Iwańczuk
2024-09-07chore: soft-remove `Deno.{stdin,stderr,stdout}.rid` (#25479)Asher Gomez
2024-09-05BREAKING(fs): remove `Deno.File` (#25447)Asher Gomez
2024-09-03BREAKING(permissions): remove --allow-hrtime (#25367)Luca Casonato
2024-09-03BREAKING(io): remove `Deno.iter[Sync]()` (#25346)Asher Gomez
2024-08-26Reland "test: run unit tests with DENO_FUTURE=1" (#25212)Bartek Iwańczuk
2024-08-15Revert "test: run unit tests with DENO_FUTURE=1 (#24400)" (#25060)Bartek Iwańczuk
2024-08-14test: run unit tests with DENO_FUTURE=1 (#24400)Bartek Iwańczuk
2024-07-25chore: update to `std@2024.07.19` (#24715)Asher Gomez
2024-04-02chore: update `std` submodule to 0.221.0 (#23112)Asher Gomez
2024-02-18feat(fs): `Deno.FsFile.{isTerminal,setRaw}()` (#22234)Asher Gomez
2024-02-13chore: use `@std` import instead of `@test_util/std` (#22398)Asher Gomez
2024-02-10chore: move cli/tests/ -> tests/ (#22369)Matt Mastracci