We really need a stable CI :/
- fix/ignore the lint errors (the require-atomic-updates error might be a FP, needs a closer look from someone more familiar with the codebase)
- fix tests
I was able to get tests to pass consistently on my Windows VM if I skip this test:
|
it('should emit thirtythree `add` events when thirtythree files were added in nine directories', async () => { |
181 passing (60s)
14 pending
On CI, it just keeps failing consistently, though https://github.com/XhmikosR/chokidar/runs/268382878
If anyone has any ideas please submit a patch :)
We really need a stable CI :/
I was able to get tests to pass consistently on my Windows VM if I skip this test:
chokidar/test.js
Line 198 in 00329fc
On CI, it just keeps failing consistently, though https://github.com/XhmikosR/chokidar/runs/268382878
If anyone has any ideas please submit a patch :)