summaryrefslogtreecommitdiff
path: root/test/parallel/test-fs-mkdtemp.js
AgeCommit message (Expand)Author
2019-04-08fs: warn on non-portable mkdtemp() templatescjihrig
2018-08-08test: remove common.fileExists()Rich Trott
2018-02-26Revert "fs: Revert throw on invalid callbacks"Ruben Bridgewater
2018-02-16test: remove assert.doesNotThrow()Ruben Bridgewater
2018-01-31test: move tmpdir to submodule of commonRich Trott
2017-08-10fs: invoke callbacks with undefined contextRich Trott
2017-06-24test: remove require('buffer') on 6 fs test filessallen450
2017-05-20fs: Revert throw on invalid callbacksMyles Borins
2017-05-10fs: throw on invalid callbacks for async functionsSakthipriyan Vairamani (thefourtheye)
2017-01-11test: s/assert.equal/assert.strictEqual/Gibson Fahnestock
2016-09-20tools: add eslint rule prefer-assert-methodsDany Shaanan
2016-08-05Revert "fs: make callback mandatory to all async functions"Myles Borins
2016-07-22fs: make callback mandatory to all async functionsSakthipriyan Vairamani
2016-06-04fs: execute mkdtemp's callback with no contextSakthipriyan Vairamani
2016-05-20fs: mkdtemp shouldn't crash if no callback passedSakthipriyan Vairamani
2016-03-20fs: add the fs.mkdtemp() function.Florian MARGAINE