Simen Bekkhus

Results 1227 comments of Simen Bekkhus

Fair enough, but for jest specifically that probably doesn't apply _as_ much: - we pull in Babel which has already made the change, so we don't add extra deps -...

Hmm, seems like a bug to me that `runInBand` isn't respected when passing `workerIdleMemoryLimit` 🤔 there shouldn't _be_ any worker to limit the memory of. EDIT: Right, that's what you...

As pointed out in https://github.com/facebook/jest/issues/6610#issuecomment-402767524, `--no-cache` doesn't actually mean "don't ever use a cache", it just means "clear out the cache before running tests" - the cache will then be...

>Is there any way to disable creating the cache entirely? Not at the moment

Huh, interesting feature request! I like it. Not sure where it would be hooked up, tho. In `expect`?

this might be a bit late, but maybe it helps? https://github.com/es-tooling/module-replacements-codemods/pull/77

Thank you so much for working on this! My main feedback would be to split up the changes here (already in atomic commits, which is nice!) into separate PRs so...

> > (which I thought was supposed to solve exactly the issue you highlight 🤔) > > It only [cleans custom handlers](https://github.com/evanw/node-source-map-support/blob/master/source-map-support.js#L616), but it doesn't clean `fileContentsCache`. Mind opening a...

Unfortunately `test-exclude` has dropped Node 16, so we cannot upgrade in the babel plugin. Might be able to drop the dep, tho?