paulmillr / chokidar

Minimal and efficient cross-platform file watching library
https://paulmillr.com
MIT License
10.99k stars 582 forks source link

Fix some tests #1242

Closed zqianem closed 2 years ago

zqianem commented 2 years ago

Fixes some of the easier-to-reproduce flakiness in the test suite, but some tests still fail due to what appears to be race conditions. May try to fix those in a future PR.

Workflow run: https://github.com/zqianem/chokidar/actions/runs/2891527873

Partially addresses #923