Michał Pierzchała

Results 210 comments of Michał Pierzchała

Awesome you share this, thank you! There is Troubleshooting section on the Readme, where we can add extra information you provided. If you have any ideas on how to make...

Making it easier to use Babel sounds like a good idea, I just didn't find the time to have a look yet :D

> I am not sure why, but seems that after a fresh npm i my tests are slower the first time @bboydflo This is expected, as Jest needs to transpile...

@darekkay do you have a repro of that?

Read the docs on manual mocking, this is how it works for regular node modules. Use jest.unmock(path/to/module) to change the default behavior

Oh, that's what happens. I'm not sure if that's possible to change now (I'm aware that manual mocking is kinda broken in some places), maybe @aaronabramov will know more.

@niekert we now mention this in docs as official way of how things work: https://github.com/facebook/jest/pull/5616, but it's still a bug and should be resolved.

Can you try with `yarn` as well then? Maybe it's an issue with npm itself, try upgrading Node