summaryrefslogtreecommitdiff
path: root/test/parallel/test-fs-watch.js
Commit message (Expand)AuthorAgeFilesLines
* doc: fix comments in test-fs-watch.jsjakub-g2021-12-101-2/+2
* test: prepare for consistent comma-dangle lint ruleRich Trott2021-04-011-1/+1
* test: refactor common.expectsErrorRuben Bridgewater2019-12-311-2/+2
* test: skip the unsupported test cases for IBM iXu Meng2019-12-251-0/+3
* errors: improve ERR_INVALID_ARG_TYPERuben Bridgewater2019-12-201-3/+1
* fs: make FSWatcher.start privateLucas Holmquist2019-10-121-7/+0
* fs: do not crash when using a closed fs event watcherJoyee Cheung2018-06-031-4/+15
* fs: add 'close' event to FSWatcherAlec Larson2018-04-161-0/+1
* lib,test: minor refactoringRuben Bridgewater2018-03-251-6/+6
* lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater2018-03-251-4/+4
* fs: remove watcher state errors for fs.watchJoyee Cheung2018-03-191-8/+2
* fs: improve errors thrown from fs.watch()Joyee Cheung2018-03-081-2/+20
* test: move tmpdir to submodule of commonRich Trott2018-01-311-2/+3
* src: make FSEventWrap/StatWatcher::Start more robustTimothy Gu2017-12-131-0/+2
* test: change isAix to isAIX章礼平2017-07-161-1/+1
* test,fs: test fs.watch for `filename`Refael Ackermann2017-06-071-0/+77