Alin Galatan

Results 5 comments of Alin Galatan

- Make sure you're **not** mocking **process.nextTick**. - If you use Jest's fake timers (either via config, or programatically), make sure you use 'legacy' (in Jest 27, the default is...

I think this wrapper should do it. Once bailed, it won't retry. I can open a PR, if I get first a green-light from the maintainer. ``` const retry =...

Is this actually still an issue? I wrote these Jest tests that pass, which suggest it works just fine: ``` // @flow strict import retry from 'async-retry'; describe('async-retry', () =>...

- Just FYI, the ./build.sh fails (at least for me) with error `EPERM: operation not permitted, unlink '/Users/agalatan/workspace/flow-typed/cli/.flow-bins-cache/TMP-flow-v0.190.0'` making local testing quite unpleasant. - I was able to hack it,...