Simen Bekkhus

Results 1232 comments of Simen Bekkhus

Yeah, you can safely ignore that failure 👍 I'll land #13314, then merge main into this PR, _then_ I'll land this one. Thanks for the patience and great contribution! 🎉

https://github.com/facebook/jest/releases/tag/v29.1.0

PR welcome! Logic for config file resolution and reading is in https://github.com/facebook/jest/blob/1919ef13df544a968bd2d32e5d7b8a2a1c4b35d1/packages/jest-config/src/readConfigFileAndSetRootDir.ts

That said, I don't think anything has changed since https://github.com/facebook/jest/issues/11453#issuecomment-1040424443 (i.e. you need a loader). But we should at least find `cts` as that is supposed to be converted to...

@mrazauskas I'm planning to release 28 stable in the next few days (possibly this weekend). Just a heads up 🙂 I plan to have v29 come out when node 17...

What's the use case for using `runTest` directly instead of the exported class?

Can't it use https://www.npmjs.com/package/create-jest-runner?

Making this pluggable would be nice - we had a PR at some point for an SWC-based loader as well. Thoughts on adding some sort of `loader` docblock at the...

I'd be interested in a PR that shows the changes needed. 👍

@mjesun @cpojer @aaronabramov how does this fit in with the way you mock promises at FB?