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
Don't watch the whole directory in the file watcher test
When watching the whole test directory we'll also get some events for
the directory, and those events can come with different order depending
on the OS, so we can't rely on them. Instead, we should watch a specific
file, so we can control the order of the events.
Signed-off-by: Leandro Lucarella <[email protected]>
0 commit comments