This repository has been archived by the owner on Jan 16, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
.swcrc jsc.paths doesn't transform jest.mock
paths
#63
Comments
There is some prior art for this in babel-plugin-module-resolver. |
Yeah, hitting this same issue right now. :( |
It know it doesn't help, but just hit the same issue here. |
I'm actually still running into this, any workarounds? |
@kdy1 I see this now moved over to https://github.com/swc-project/pkgs. Do you need us to log this issue over there as well? |
No. I'll close this issue as wontfix. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've set up a few paths under
jsc.paths
in my.swcrc
fileThey are being transformed by swc nicely but when they are mocked by
jest.mock
the transformation is not done.Ideally this would be performed by
@swc/jest
The text was updated successfully, but these errors were encountered: