summaryrefslogtreecommitdiff
path: root/tests/unit_node/fs_test.ts
AgeCommit message (Expand)Author
2024-10-27fix(ext/node): add path to `fs.stat` and `fs.statSync` error (#26037)familyboat
2024-10-23fix(ext/node): map `ERROR_INVALID_NAME` to `ENOENT` on windows (#26475)Yoshiya Hinosawa
2024-10-17chore: fix flaky COPYFILE_EXCL test (#26370)Nathan Whitaker
2024-10-17fix(node/fs): copyFile with `COPYFILE_EXCL` should not throw if the destinati...Nathan Whitaker
2024-10-08fix(ext/node): internal buffer length in readSync (#26064)Satya Rohith
2024-09-10feat(cli): use NotCapable error for permission errors (#25431)Luca Casonato
2024-07-25chore: update to `std@2024.07.19` (#24715)Asher Gomez
2024-05-28fix(ext/node/fs): `position` argument not applied (#24009)Marvin Hagemeister
2024-05-28fix(ext/node): add `throwIfNoEntry` option in `fs.lstatSync` (#24006)Marvin Hagemeister
2024-04-08fix(ext/node): out-of-order writes of fs.createWriteStream (#23244)Yoshiya Hinosawa
2024-03-06fix(node): stat/statSync returns instance of fs.Stats (#22294)Divy Srivastava
2024-02-13chore: use `@std` import instead of `@test_util/std` (#22398)Asher Gomez
2024-02-10chore: move cli/tests/ -> tests/ (#22369)Matt Mastracci