jest-module-name-mapper
TypeScript icon, indicating that this package has built-in type declarations

0.1.5 • Public • Published

Jest Module Name Mapper

License npm version Build Status codecov

Use this to avoid the declaration of the same module path aliases in tsconfig.json and jest.config.js.
The package allows synchronizing Jest path aliases (moduleNameMapper) with your tsconfig.json configuration.

Installation

npm i jest-module-name-mapper -D

Usage

Set configuration in jest.config.js:

module.exports = {
  ...
  moduleNameMapper: require('jest-module-name-mapper')(),
};

If your tsconfig.json file is located in other directory then root, then you can set your own path to the file.

module.exports = {
  ...
  moduleNameMapper: require('jest-module-name-mapper')('/src/tsconfig.json'),
};

Author

Sebastian Musiał

kontakt@sebastianmusial.pl

@sebamusial

Package Sidebar

Install

npm i jest-module-name-mapper

Weekly Downloads

6,209

Version

0.1.5

License

MIT

Unpacked Size

16.8 kB

Total Files

20

Last publish

Collaborators

  • sebastian.musial