summaryrefslogtreecommitdiff
path: root/test/parallel/test-fs-mkdir.js
AgeCommit message (Expand)Author
2019-04-16test: use assert.rejects() and assert.throws()Richard Lau
2019-04-16fs: fix infinite loop with async recursive mkdir on WindowsRichard Lau
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-03-10benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2018-09-04test: check parameter type of fs.mkdir()Masashi Hirano
2018-08-24test: add comment describing test-fs-mkdirJennifer Bland
2018-08-11fs: implement mkdir recursive (mkdirp)Benjamin Coe
2018-08-08test: remove common.fileExists()Rich Trott
2018-01-31test: move tmpdir to submodule of commonRich Trott
2017-12-22fs: move type checking to jsJames M Snell
2017-11-22test: remove unlink function which is needlessbuji
2017-11-22test: dont need to remove nonexistent directorybuji
2017-07-03test: remove common.noopRich Trott
2017-05-05test: reduce string concatenationsVse Mozhet Byt
2017-03-26test: add common.noop, default for common.mustCall()James M Snell
2017-03-10meta: restore original copyright headerJames M Snell
2017-01-11test: s/assert.equal/assert.strictEqual/Gibson Fahnestock
2017-01-02test: use const for all require() callscjihrig
2016-07-14test: cleanup IIFE testscjihrig
2015-06-29tools: re-enable comma-spacing linter ruleRoman Reiss
2015-06-13test: only refresh tmpDir for tests that need itRich Trott
2015-05-19test: enable linting for testsRoman Reiss
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-12-19fs: deprecate exists() and existsSync()cjihrig
2014-12-17test: split test in parallel/sequentialFedor Indutny