Simen Bekkhus

Results 1227 comments of Simen Bekkhus

For the umpteenth time, if you want it fixed somebody needs to put together a repository, or some other reproduction, where we can see the error. https://www.snoyman.com/blog/2017/10/effective-ways-help-from-maintainers

@WilliamChelman I'm unable to reproduce. I get the haste errors you note, but 1. `moduleDirectories: ['node_modules', 'dist']` makes no difference 1. `modulePathIgnorePatterns: ['/projects']` makes it find no tests 1. I...

I still think this is a bug in Jest somehow, if nothing else we should provide a better error. So if you figure out why you get the error please...

Can you put together a reproduction? I'd like to fix this so people don't need any workarounds (or at least give a clearer/actionable error)

Interesting stuff. Thanks for the reproduction @bingtimren, sorry I missed it when you posted it! If I run the tests with `-i` (i.e. forcing not to use workers) we get...

Reverting the `jest-runner` parts of #8237 fixes the issue

Missing https://github.com/facebook/jest/blob/main/docs/CLI.md I think? Unless I'm missing something

>We will need a repro that can be downloaded and analyzed. This is still the case 🙂