summaryrefslogtreecommitdiff
path: root/test/parallel/test-fs-watchfile.js
Commit message (Expand)AuthorAgeFilesLines
* test: refactor common.expectsErrorRuben Bridgewater2019-12-311-6/+6
* fs: make FSStatWatcher.start privateLucas Holmquist2019-11-191-2/+0
* benchmark,doc,lib,test: capitalize commentsRuben Bridgewater2019-02-281-2/+2
* fs, src, lib: fix `blksize` & `blocks` on WindowsRichard Lau2019-02-151-2/+2
* fs: improve errors in watchFile and unwatchFileJoyee Cheung2018-03-191-1/+6
* test: move tmpdir to submodule of commonRich Trott2018-01-311-3/+5
* src: make FSEventWrap/StatWatcher::Start more robustTimothy Gu2017-12-131-21/+24
* test: replace assert.throws w/ common.expectsErrorMithun Sasidharan2017-12-081-2/+2
* errors: convert 'fs'matzavinos2017-08-311-6/+16
* test: adjust indentation for stricter lintingRich Trott2017-07-271-14/+14
* lib,src: fix consistent spacing inside bracesSebastiaan Deckers2017-07-211-2/+2
* test: replace string concat in test-fs-watchfile.jsHelianthus212017-07-191-2/+2
* test: refactor test-fs-watchfileRich Trott2017-06-191-5/+5
* path: use internal/errors.jsSebastian Van Sande2017-06-061-1/+1
* test: make test-fs-watchfile reliableRich Trott2017-06-021-2/+3
* test: fix flaky test-fs-watchfile on macOSRich Trott2017-05-301-3/+6
* doc: list macOS as supporting filename argumentChris Young2017-05-221-0/+18
* test: add common.noop, default for common.mustCall()James M Snell2017-03-261-1/+1
* test: use eslint to fix var->const/letGibson Fahnestock2017-01-111-1/+1
* Revert "fs: make callback mandatory to all async functions"Myles Borins2016-08-051-2/+2
* fs: make callback mandatory to all async functionsSakthipriyan Vairamani2016-07-221-2/+2
* test: fix tests that check error messagescjihrig2015-11-101-2/+2
* test: refactor test-fs-watchfile.jsRich Trott2015-08-181-17/+4
* doc,test: documents behaviour of non-existent fileSakthipriyan Vairamani2015-08-041-5/+57
* doc: document fs.watchFile behaviour on ENOENTBrendan Ashworth2015-07-101-0/+9
* fs: fix error on bad listener typeBrendan Ashworth2015-07-101-0/+17