summaryrefslogtreecommitdiff
path: root/test/parallel/test-fs-rm.js
Commit message (Expand)AuthorAgeFilesLines
* fs: fix fs.rm support for loop symlinksNathanael Ruf2022-11-181-5/+134
* test: fix typo in `test/parallel/test-fs-rm.js`Tim Shilov2022-10-261-1/+1
* test: use `common.mustNotMutateObjectDeep()` in fs testsLivia Medeiros2022-07-241-28/+28
* test,fs: add fs.rm() tests for .git directoriesDarshan Sen2022-03-281-0/+39
* test: add missing await in fs-rm/fs-rmdir testsbencoe@google.com2022-01-171-5/+5
* fs: accept URL as argument for `fs.rm` and `fs.rmSync`Antoine du Hamel2021-12-131-0/+26
* fs: fix rmsync error swallowingNitzan Uziely2021-05-251-0/+79
* test: add common.mustSucceedTobias Nießen2020-10-171-2/+1
* fs: update rm/rmdir validation messagescjihrig2020-10-111-4/+4
* fs: add rm methodIan Sutherland2020-10-081-0/+283