Simen Bekkhus

Results 1232 comments of Simen Bekkhus

Ah, it's https://github.com/facebook/react/blob/3613284dceac38de4ef5a7c93c4897600ee6923b/packages/react/package.json#L22-L31 Should improve the error to specify it's due to no exports entry --- EDIT: huh, the `"./src/*": "./src/*"` should work, shouldn't it? 😅 EDIT2: ah, it's because...

Release of fix for the resolver issue will come today 🙂 But the `toThrowMatchers` thing needs a resolution

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

🟢 🥳

[React Native](https://github.com/facebook/react-native/pull/34724) and [Metro](https://github.com/facebook/metro/commit/69607ae715626f11eaecab1e0c05857c85f20662) have both upgraded to v29. Would be great if React could as well! 😀

works for me again, `106.0.5249.119 (Official Build) (arm64)`. So seems Chrome fixed their regression

I've landed very basic support with #9772. I've only tested the simplest cases, and there are many known limitations (most notably no `jest` object support and broken semantics when mixing...

25.4.0 has been released with the first pieces of support. In addition to #9772 mentioned above, I've also included #9842. In _theory_ mixing CJS and ESM should work correctly now...

Yup, I've added (and the temporarily reverted) a `@jest/globals` package that supports this, so that will be available regardless. I'm wondering if it makes sense to _also_ expose it on...

@zandaqo Oh sorry, forgot that point. Added above, but it's >Run your tests with `jest-environment-node` or `jest-environment-jsdom-sixteen`