summaryrefslogtreecommitdiff
path: root/test/parallel/test-fs-make-callback.js
AgeCommit message (Expand)Author
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-31errors: convert 'fs'matzavinos
2017-05-20fs: Revert throw on invalid callbacksMyles Borins
2017-05-10fs: throw on invalid callbacks for async functionsSakthipriyan Vairamani (thefourtheye)
2017-04-03test: extended test to makeCallback cb type checkLuca Maraschi
2017-03-26test: add common.noop, default for common.mustCall()James M Snell
2017-01-24test: check error message in test-fs-make-callbacklegalcodes
2016-08-27fs: warn if no callback is passed to async callsSakthipriyan Vairamani
2016-08-05Revert "fs: make callback mandatory to all async functions"Myles Borins
2016-07-22fs: make callback mandatory to all async functionsSakthipriyan Vairamani
2015-12-26test: remove unnecessary assignmentsRich Trott
2015-05-19test: enable linting for testsRoman Reiss
2015-02-21fs: add type checking to makeCallback()cjihrig