This repository was archived by the owner on Jan 26, 2019. It is now read-only.
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 my tsconfig.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 regarding Cannot 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