From da4482c24971c5bc87431d063f9f4efdca7ae2ac Mon Sep 17 00:00:00 2001 From: jakub-g Date: Wed, 1 Dec 2021 10:43:31 +0100 Subject: [PATCH] doc: fix comments in test-fs-watch.js --- test/parallel/test-fs-watch.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/parallel/test-fs-watch.js b/test/parallel/test-fs-watch.js index 6fcf6c4df63fdc..479cc2b3e293e2 100644 --- a/test/parallel/test-fs-watch.js +++ b/test/parallel/test-fs-watch.js @@ -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',