summaryrefslogtreecommitdiff
path: root/test/parallel/test-fs-mkdtemp.js
Commit message (Expand)AuthorAgeFilesLines
* test: remove common.fileExists()Rich Trott2018-08-081-3/+3
* Revert "fs: Revert throw on invalid callbacks"Ruben Bridgewater2018-02-261-5/+0
* test: remove assert.doesNotThrow()Ruben Bridgewater2018-02-161-2/+2
* test: move tmpdir to submodule of commonRich Trott2018-01-311-7/+8
* fs: invoke callbacks with undefined contextRich Trott2017-08-101-1/+1
* test: remove require('buffer') on 6 fs test filessallen4502017-06-241-1/+0
* fs: Revert throw on invalid callbacksMyles Borins2017-05-201-0/+5
* fs: throw on invalid callbacks for async functionsSakthipriyan Vairamani (thefourtheye)2017-05-101-5/+0
* test: s/assert.equal/assert.strictEqual/Gibson Fahnestock2017-01-111-2/+2
* tools: add eslint rule prefer-assert-methodsDany Shaanan2016-09-201-1/+1
* Revert "fs: make callback mandatory to all async functions"Myles Borins2016-08-051-0/+5
* fs: make callback mandatory to all async functionsSakthipriyan Vairamani2016-07-221-5/+0
* fs: execute mkdtemp's callback with no contextSakthipriyan Vairamani2016-06-041-7/+14
* fs: mkdtemp shouldn't crash if no callback passedSakthipriyan Vairamani2016-05-201-0/+2
* fs: add the fs.mkdtemp() function.Florian MARGAINE2016-03-201-0/+27