Simen Bekkhus

Results 1232 comments of Simen Bekkhus

I suggested something like this way back when: https://github.com/facebook/jest/pull/8654#issuecomment-510385442 (see bottom of that comment) - that looks pretty much like what `base.extend` in the OP is. --- Hey @Parth0105, thanks...

Happy to take a PR here adding `--only-watch` or something. `--watch` today implies `--only-changed`, which is why it starts running tests

Does `--watch --only-changed false` work?

Letting a runner set a default color makes sense to me. E.g. iOS runners might want some white thing and Android green. I also don't think we should reuse any...

Thank you both so much for taking. the time to split this up and review it! ❤️ I've been neck deep in native app development the last couple of weeks...

Note that I'll be rolling a 29.1 version, so the remaining two (#13295 and #13310) should get an additional version before landing 🙂

29.1 has been out for about 10 hours 🙂 https://github.com/facebook/jest/releases/tag/v29.1.0

Thanks for sending a PR @staplespeter! There are conflicts - would you be able to resolve them? I assume the conflicts come from #13247

@staplespeter I've had to revert this as it broke mocking in a work project. ```ts import { Datastore } from '@google-cloud/datastore'; jest.mock('@google-cloud/datastore'); ``` So it seems we're missing a test...