k2snowman69
k2snowman69
Just curious, what is the status on this? I see there hasn't been an update in here for a few months now. Also, could we consider splitting cjs and mjs...
Just in case the answer is yes to splitting the PRs, I opened #238 to speed things along with the cjs extension
If anything (and since it's been a few months), can we get @wojtekmaj/enzyme-adapter-react-17 migrated as an official `enzyme-adapter-react-17` package and then whenever the "true" fixes come in just major version...
@ljharb it's been 20 days now, anyway we can get an ETA on that pre-release?
Yep, exactly. These two trees should not be identical and instead for the left identifier there should be a `ParenthesizedType`
I know it's been a year since this issue had any work done on it but hoping you maybe able to help here... I'm trying to do an emscripten +...
I can update the documentation for regex_match_files. However whenever I add `preset: "ts-jest/presets/default-esm",` into my config I get the following error `ReferenceError: exports is not defined`. If you know the...
Actually I think the issue is that my repository is ESM and however you're pulling in resets is cjs specific. I created this example repo for you: https://github.com/k2snowman69/bug-ts-jest-preset/ - If...
Maybe the issue is on jest's side and it's not respecting that ts-jest is cjs? In my experience `ReferenceError: exports is not defined` error is more commonly found when someone...
Yes because that project is also still cjs. You need to add `type: "module"` in the [package.json](https://github.com/kulshekhar/ts-jest/blob/main/examples/ts-only/package.json)