Simen Bekkhus

Results 1227 comments of Simen Bekkhus

@n0mer if you're up for a quick PR adding a small note that'd be awesome 👍 Can link to https://github.com/facebook/jest/issues/9430#issuecomment-915109139 or something for the caveats

All work on ESM is paused until most issues linked in https://github.com/nodejs/node/issues/37648 are solved. (I got a message from a developer at Google last week about movement, so hopefully that'll...

That said, happy to take PRs of course. But any personal effort is on pause until node's APIs are closer to stabilization.

https://github.com/istanbuljs/istanbuljs/releases/tag/istanbul-reports-v3.2.0

should have waited a few more days for its 1 year anniversary 😀

Should this be a flag (similar to `-u` for snapshots) or do you want it automatically raised for every single test run, as long as it goes up (and is...

I think adding extensionless files to the hastemap should be fine - we already crawl everything, we just skip them if there's no extension. https://github.com/facebook/jest/blob/f3c48b52ffd9086e9848d742009068c8f6d5881c/packages/jest-haste-map/src/crawlers/node.ts#L107-L110 So in _theory_ if you...

Thanks for digging into it! I'm fine with making a major release dropping node 16&18 and this API change 👍

Should we link to https://github.com/nodejs/node/blob/main/BUILDING.md#platform-list somewhere, to let people know musl support is considered experimental by the node project?