You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(test): re-arm assertion must not race macOS bringing the stream up
fs.watch starts its FSEvents stream on another thread, so the single write that
followed the re-arm could be missed outright rather than merely delayed, making
the test measure how promptly the watch recovers instead of whether it did.
0 commit comments