summaryrefslogtreecommitdiff
path: root/test/parallel/test-fs-promises.js
AgeCommit message (Expand)Author
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-10-21test: add blocks and comments to fs-promises testsIan Sutherland
2018-09-28test: increase test coverage for fs.promises readJennifer Bland
2018-09-04test: check parameter type of fs.mkdir()Masashi Hirano
2018-08-11fs: implement mkdir recursive (mkdirp)Benjamin Coe
2018-07-30test: add tests for fs/promises chown functionsshisama
2018-07-19test: make crashOnUnhandleRejection opt-outMichaël Zasso
2018-07-10fs: fix fsPromises.lchmod error on non-MacMasashi Hirano
2018-06-01lib: unmask mode_t values with 0o777Joyee Cheung
2018-05-30test: increase coverage for fs.promises.truncateMasashi Hirano
2018-05-30test: add test for fs.promises.lchmodMasashi Hirano
2018-05-19fs: drop duplicate API in promises modeСковорода Никита Андреевич
2018-05-17lib: mask mode_t type of arguments with 0o777Joyee Cheung
2018-05-14test: increase test coverage for fs/promises.jsDavid Humphrey
2018-05-11fs: make fs.promises non-enumerablecjihrig
2018-05-07fs: move fs/promises to fs.promisescjihrig
2018-03-03fs: check for symlink support in fs-promises testSeth Brenith
2018-03-02Revert "test: add test cases for fsPromises"Rich Trott
2018-03-02test: add test cases for fsPromisesDaijiro Wachi
2018-02-17fs: move fs.promises API to fs/promisesMichaël Zasso
2018-02-05fs: add initial set of fs.promises APIsJames M Snell