We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ba883d commit 4369c6dCopy full SHA for 4369c6d
test/parallel/test-fs-watch.js
@@ -22,14 +22,14 @@ class WatchTestCase {
22
}
23
24
const cases = [
25
- // Watch on a directory should callback with a filename on supported systems
+ // Watch on a file should callback with a filename on supported systems
26
new WatchTestCase(
27
common.isLinux || common.isOSX || common.isWindows || common.isAIX,
28
'watch1',
29
'foo',
30
'filePath'
31
),
32
- // Watch on a file should callback with a filename on supported systems
+ // Watch on a directory should callback with a filename on supported systems
33
34
common.isLinux || common.isOSX || common.isWindows,
35
'watch2',
0 commit comments