This repository was archived by the owner on Jan 26, 2019. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork488
This repository was archived by the owner on Jan 26, 2019. It is now read-only.
TS aliases are not recognized in tests #279
Closed
Description
Hi,
I'm using aliases in mytsconfig.json; something like this
// ..."baseUrl":"./","paths": {"Common/*": ["src/common/*"],"Components/*": ["src/components/*"],"Containers/*": ["src/containers/*"],"Store/*": ["src/store/*"] }
But when I run the tests, I see error messages regardingCannot find module ..., which is pointing to the aliases I'm using in the code
Can 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
Metadata
Metadata
Assignees
Labels
No labels