This repository has been archived by the owner on Jan 26, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 492
TS aliases are not recognized in tests #279
Comments
I think you also need to setup aliases in webpack, and to do that you need to eject. |
The thing is that I prefer not to eject the application |
I don't think it's possible. |
Since #303 was merged and released, now it should be possible to fix the issue by providing Jest |
You're right @untsamphan , thank you |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I'm using aliases in my
tsconfig.json
; something like thisBut when I run the tests, I see error messages regarding
Cannot find module ...
, which is pointing to the aliases I'm using in the codeCan you please help we with this regard? I saw an issue talking about a similar thing, but I don't think I saw aliases being mentioned there.
Thank you in advance
The text was updated successfully, but these errors were encountered: