Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-fs-watchfile-bigint.js')
-rw-r--r--test/parallel/test-fs-watchfile-bigint.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/parallel/test-fs-watchfile-bigint.js b/test/parallel/test-fs-watchfile-bigint.js
index 76c619260e0..d5528bb2d37 100644
--- a/test/parallel/test-fs-watchfile-bigint.js
+++ b/test/parallel/test-fs-watchfile-bigint.js
@@ -52,7 +52,7 @@ const watcher =
assert(prev.ino <= 0n);
// Stop watching the file
fs.unwatchFile(enoentFile);
- watcher.stop(); // stopping a stopped watcher should be a noop
+ watcher.stop(); // Stopping a stopped watcher should be a noop
}
}, 2));
@@ -60,4 +60,4 @@ const watcher =
// not trigger a 'stop' event.
watcher.on('stop', common.mustCall(function onStop() {}));
-watcher.start(); // starting a started watcher should be a noop
+watcher.start(); // Starting a started watcher should be a noop