summaryrefslogtreecommitdiff
path: root/test/parallel/test-fs-opendir.js
AgeCommit message (Expand)Author
2020-12-15test: increase coverage for fs/dir readZijian Liu
2020-11-27fs: pass ERR_DIR_CLOSED asynchronously to dir.closeZijian Liu
2020-10-17test: add common.mustSucceedTobias Nießen
2020-05-15fs: forbid concurrent operations on Dir handleAnna Henningsen
2019-12-31test: refactor common.expectsErrorRuben Bridgewater
2019-11-22fs: cover fs.opendir ERR_INVALID_CALLBACKVladislav Botvin
2019-11-21test: cover 'close' method in Dir classArtem Maksimov
2019-10-28fs: add `bufferSize` option to `fs.opendir()`Anna Henningsen
2019-10-11fs: buffer dir entries in opendir()Anna Henningsen
2019-10-08fs: introduce `opendir()` and `fs.Dir`Jeremiah Senkpiel