Closed SamHuo213 closed 11 months ago
By doing this, it will enable us to call tests from all folders inside src/ ?
By doing this, it will enable us to call tests from all folders inside src/ ?
no, i think it's just a syntactical sugar for referencing paths to be less verbose.
@umsu2 , @nam-m ,
We configured the following alias path in our tsconfig.json
Which allows for imports like the following:
This PR mirrors tsconfig in our tests
What: Add alias to jest config