-
Notifications
You must be signed in to change notification settings - Fork 51
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
Not working with path aliases #23
Comments
@julianklumpers thanks for raising this issue, i think i should add the tsconfig options i check on this and let you know. |
@julianklumpers for the meantime you do this as workaround in you jest.config.js
|
@julianklumpers i found this, can you install let me know if resolve your issue. |
I believe that will also mock the module. the module is used in conjunction with MSWJS so i cannot be mocked. Thank you for your reply |
@julianklumpers it will not mock the module please see examples on this repository |
closing on this please create new issue if you still have issues. |
Problem:
When having path aliases in your project. the transformer cannot resolve the file.
Cannot find module '@src/utils/fixtureGenerator/FixtureGenerator'
referring to this issue: evanw/esbuild#38
It should be fixed by adding a
jsconfig.json
but its not working.Is there a way to configure this or will this be supported in the near future?
The text was updated successfully, but these errors were encountered: