summaryrefslogtreecommitdiff
path: root/test/parallel/test-fs-stat.js
AgeCommit message (Expand)Author
2019-08-16fs: add default options for *stat()Tony Brix
2019-08-03test: refactor test-fs-stat.jsRich Trott
2019-03-23errors: update error nameRuben Bridgewater
2019-02-15fs, src, lib: fix `blksize` & `blocks` on WindowsRichard Lau
2018-03-25fs: fix error handlingRuben Bridgewater
2018-03-25lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater
2017-12-22fs: move type checking to jsJames M Snell
2017-12-13fs: move type checking on fs.fstat to jsJames M Snell
2017-08-10fs: invoke callbacks with undefined contextRich Trott
2017-08-10test: refactor test-fs-statRich Trott
2017-06-07fs: expose Stats times as NumbersRefael Ackermann
2017-06-01Revert "lib: lazy instantiation of fs.Stats dates"Anna Henningsen
2017-05-23lib: lazy instantiation of fs.Stats datesDaniel Pihlstrom
2017-05-05test: reduce string concatenationsVse Mozhet Byt
2017-05-05test: add callback to fs.close() in test-fs-statVse Mozhet Byt
2017-04-12test: remove common.fail()Rich Trott
2017-03-10meta: restore original copyright headerJames M Snell
2017-01-11test: s/assert.equal/assert.strictEqual/Gibson Fahnestock
2017-01-11test: use eslint to fix var->const/letGibson Fahnestock
2017-01-02test: use const for all require() callscjihrig
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-07-18test: use mustCall() for simple flow trackingcjihrig
2016-02-24tools: enable additional lint rulesRich Trott
2015-12-26test: remove unnecessary assignmentsRich Trott
2015-05-19test: enable linting for testsRoman Reiss
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-12-17test: split test in parallel/sequentialFedor Indutny