Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
doc: fix comments in test-fs-watch.js
PR-URL: #41046
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
  • Loading branch information
jakub-g authored and danielleadams committed Dec 13, 2021
1 parent 4ba883d commit 4369c6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/parallel/test-fs-watch.js
Expand Up @@ -22,14 +22,14 @@ class WatchTestCase {
}

const cases = [
// Watch on a directory should callback with a filename on supported systems
// Watch on a file should callback with a filename on supported systems
new WatchTestCase(
common.isLinux || common.isOSX || common.isWindows || common.isAIX,
'watch1',
'foo',
'filePath'
),
// Watch on a file should callback with a filename on supported systems
// Watch on a directory should callback with a filename on supported systems
new WatchTestCase(
common.isLinux || common.isOSX || common.isWindows,
'watch2',
Expand Down

0 comments on commit 4369c6d

Please sign in to comment.