watcher
watcher copied to clipboard
writeSnapshot promise resolves before file is written
- macOS 10.15.7
- Watchman installed
- Default backend
I noticed this while writing tests that awaited a writeSnapshot call before reading the snapshot with getEventsSince.
Currently, I wait 100ms after the promise resolves before calling getEventsSince.