Skip to content

Commit 4b30147

Browse files
jakub-gLinkgoron
authored andcommitted
doc: fix comments in test-fs-watch.js
PR-URL: nodejs#41046 Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Anto Aravinth <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
1 parent ab411f7 commit 4b30147

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/parallel/test-fs-watch.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ class WatchTestCase {
2222
}
2323

2424
const cases = [
25-
// Watch on a directory should callback with a filename on supported systems
25+
// Watch on a file should callback with a filename on supported systems
2626
new WatchTestCase(
2727
common.isLinux || common.isOSX || common.isWindows || common.isAIX,
2828
'watch1',
2929
'foo',
3030
'filePath'
3131
),
32-
// Watch on a file should callback with a filename on supported systems
32+
// Watch on a directory should callback with a filename on supported systems
3333
new WatchTestCase(
3434
common.isLinux || common.isOSX || common.isWindows,
3535
'watch2',

0 commit comments

Comments
 (0)