Skip to content
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
@farzadmf

Description

@farzadmf

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions