chokidar icon indicating copy to clipboard operation
chokidar copied to clipboard

[DRAFT] v4 fixes

Open 43081j opened this issue 4 months ago • 14 comments

This is just a a draft PR for me to track any changes I do to the v4 branch.

So far:

  • Fixed an async bug in the tests so they now run properly (but fail elsewhere)
  • Upgraded rimraf to fix a race condition (old rimraf was not awaitable, so was actually completing after the test setup)

cc @paulmillr

43081j avatar Feb 05 '24 19:02 43081j