test: use the skipIfNoWatch() utility function#61531
Merged
nodejs-github-bot merged 1 commit intonodejs:mainfrom Feb 3, 2026
Merged
test: use the skipIfNoWatch() utility function#61531nodejs-github-bot merged 1 commit intonodejs:mainfrom
nodejs-github-bot merged 1 commit intonodejs:mainfrom
Conversation
Use the `skipIfNoWatch()` utility function in `test/parallel/test-fs-promises-watch-iterator.js`.
10ebaf4 to
d455291
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #61531 +/- ##
========================================
Coverage 89.77% 89.77%
========================================
Files 672 672
Lines 203930 203809 -121
Branches 39207 39190 -17
========================================
- Hits 183082 182976 -106
+ Misses 13175 13168 -7
+ Partials 7673 7665 -8 🚀 New features to boost your workflow:
|
juanarbol
approved these changes
Jan 26, 2026
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Collaborator
Collaborator
|
Landed in bcdb384 |
aduh95
pushed a commit
that referenced
this pull request
Feb 8, 2026
Use the `skipIfNoWatch()` utility function in `test/parallel/test-fs-promises-watch-iterator.js`. PR-URL: #61531 Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Use the
skipIfNoWatch()utility function intest/parallel/test-fs-promises-watch-iterator.js.