Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pathsToModuleNameMapper #107

Open
HEHOHADA opened this issue Jun 20, 2022 · 3 comments
Open

Add pathsToModuleNameMapper #107

HEHOHADA opened this issue Jun 20, 2022 · 3 comments

Comments

@HEHOHADA
Copy link

HEHOHADA commented Jun 20, 2022

As a replace ts-jest add support for pathsToModuleNameMapper

@CMCDragonkai
Copy link

This is required for us to completely remove ts-jest. Otherwise we still have a dangling dependency.

@matthew-dean
Copy link

@CMCDragonkai I'm neither an expert on ts-jest or @swc/jest, but can you not just use this function from ts-jest and still transform using @swc/jest? I'm not sure why you would need this project to add that function, specifically? It's just a helper function. In fact, I would go the other direction, and ask ts-jest to publish it as a separate package.

@CMCDragonkai
Copy link

Yea I am using them both. It's just a bit heavy cause ts-jest is also what is used as a transform for jest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants