Simen Bekkhus

Results 1237 comments of Simen Bekkhus

What's the use case here? Are you using `jest-snapshot` in a standalone matter? Via a custom matcher?

Weird. Running `npm pack` in each module excludes it (I would assume all dotfiles were skipped by default). Not sure why running Lerna would result in something different.

Actually, I see that `yarn pack` includes it. Maybe lerna shells out to the package manager in the project?

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

Works for me as well: --- This sounds more like a Yarn bug than a Jest one.

Ah, thanks @merceyz!

Wouldn't something like https://github.com/facebook/jest/pull/13742 be better in that case? or just enabling `swc` instead of `transpileOnly`? Regardless, I'd rather make this configurable than changing our default (and as mentioned in...

Yeah, this is the major breaking change of Jest 29: https://jestjs.io/blog/2022/08/25/jest-29

Ergh, your example doesn't look too good, tho 😅 Anything we can do about that? I don't think we want to escape newlines in a string literal - I have...