summaryrefslogtreecommitdiff
path: root/test/parallel/test-fs-watchfile.js
AgeCommit message (Expand)Author
2019-11-19fs: make FSStatWatcher.start privateLucas Holmquist
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-15fs, src, lib: fix `blksize` & `blocks` on WindowsRichard Lau
2018-03-19fs: improve errors in watchFile and unwatchFileJoyee Cheung
2018-01-31test: move tmpdir to submodule of commonRich Trott
2017-12-13src: make FSEventWrap/StatWatcher::Start more robustTimothy Gu
2017-12-08test: replace assert.throws w/ common.expectsErrorMithun Sasidharan
2017-08-31errors: convert 'fs'matzavinos
2017-07-27test: adjust indentation for stricter lintingRich Trott
2017-07-21lib,src: fix consistent spacing inside bracesSebastiaan Deckers
2017-07-19test: replace string concat in test-fs-watchfile.jsHelianthus21
2017-06-19test: refactor test-fs-watchfileRich Trott
2017-06-06path: use internal/errors.jsSebastian Van Sande
2017-06-02test: make test-fs-watchfile reliableRich Trott
2017-05-30test: fix flaky test-fs-watchfile on macOSRich Trott
2017-05-22doc: list macOS as supporting filename argumentChris Young
2017-03-26test: add common.noop, default for common.mustCall()James M Snell
2017-01-11test: use eslint to fix var->const/letGibson Fahnestock
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-11-10test: fix tests that check error messagescjihrig
2015-08-18test: refactor test-fs-watchfile.jsRich Trott
2015-08-04doc,test: documents behaviour of non-existent fileSakthipriyan Vairamani
2015-07-10doc: document fs.watchFile behaviour on ENOENTBrendan Ashworth
2015-07-10fs: fix error on bad listener typeBrendan Ashworth