Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 379 Bytes

absolute-imports.md

File metadata and controls

9 lines (7 loc) · 379 Bytes
id title
absolute-imports
Absolute Imports

If you wish to use TypeScript path mappings which are defined in paths of your tsconfig, make sure that you create the similar mapping for moduleNameMapper in Jest config.

More information see ts-jest paths mapping configuration documentation