Gil Amran

Results 46 comments of Gil Amran

I'll need more details...

Where? I see that you're replying using the email... not sure it works as you expect

On our project we have ~100 test suites, ~600 tests. it take about 6 minutes to run all the tests. The tests are very fast (less than 50ms. per test),...

@fadi-george sorry I don't have the script anymore (Maybe I can look it up in the git history), but I've found even faster solution. I'm using `esbuild` to bundle ALL...

I don't use `jest.mock` at all (And I think that it's bad practice in most cases). I also don't think that it's possible to use when doing the esbuild bundle....

No solution, but there's a [workaround](https://github.com/facebook/jest/issues/11234#issuecomment-905319778)