summaryrefslogtreecommitdiff
path: root/test/parallel/test-fs-make-callback.js
Commit message (Expand)AuthorAgeFilesLines
* test: refactor common.expectsErrorRuben Bridgewater2019-12-311-3/+4
* Revert "fs: Revert throw on invalid callbacks"Ruben Bridgewater2018-02-261-6/+0
* test: remove assert.doesNotThrow()Ruben Bridgewater2018-02-161-2/+1
* test: move tmpdir to submodule of commonRich Trott2018-01-311-2/+3
* errors: convert 'fs'matzavinos2017-08-311-2/+4
* fs: Revert throw on invalid callbacksMyles Borins2017-05-201-1/+7
* fs: throw on invalid callbacks for async functionsSakthipriyan Vairamani (thefourtheye)2017-05-101-7/+1
* test: extended test to makeCallback cb type checkLuca Maraschi2017-04-031-25/+17
* test: add common.noop, default for common.mustCall()James M Snell2017-03-261-1/+1
* test: check error message in test-fs-make-callbacklegalcodes2017-01-241-9/+10
* fs: warn if no callback is passed to async callsSakthipriyan Vairamani2016-08-271-15/+25
* Revert "fs: make callback mandatory to all async functions"Myles Borins2016-08-051-0/+3
* fs: make callback mandatory to all async functionsSakthipriyan Vairamani2016-07-221-3/+0
* test: remove unnecessary assignmentsRich Trott2015-12-261-1/+1
* test: enable linting for testsRoman Reiss2015-05-191-0/+1
* fs: add type checking to makeCallback()cjihrig2015-02-211-0/+27