Simen Bekkhus

Results 1227 comments of Simen Bekkhus

This is failing type tests in `packages/jest-types/__typetests__/jest.test.ts`

I'd be down with increasing to 5.2 or something if it'd help, but not 5.4

Related: #6783 Is it slow starting up, or in watch mode as well? If just during startup, you can try to install `watchman`, that should help (https://facebook.github.io/watchman/docs/install.html)

If you could profile using e.g. [`ndb`](https://github.com/GoogleChromeLabs/ndb) the startup and figure out what's slow, that'd be a big help as well 🙂

https://github.com/jest-community/jest-runner-eslint/releases/tag/v2.3.0

The release schedule exists as a JSON file - we should probably use data from that rather than duplicate its info into our own `versions.json` file. https://github.com/nodejs/Release/blob/main/schedule.json Then we at...

https://github.com/jestjs/jest/issues/15217#issuecomment-2254474396

> I'm ok to implement it in `circus` and `jasmine`, but I'm not sure if it's ok to replace any complex value with a string placeholder? (because of the type...

Yeah, I noticed that. Would be cool if we can configure webpack to output compatible code, yeah. Might have to create a manual re-export facade thing if not. Or just...