An open API service indexing awesome lists of open source software.

https://github.com/foxbunny/jest-module-map-repro

Reproduction of a module mapper issue in Jest
https://github.com/foxbunny/jest-module-map-repro

Last synced: 3 months ago
JSON representation

Reproduction of a module mapper issue in Jest

Awesome Lists containing this project

README

        

Reproduces an issue with jest mocks and moduleNameMapper

Just run `npm test` to see the results.

You should see a result along the lines of:

```
Could not locate module /path/to/repo/src/subpkg/submod.js mapped as:
/path/to/repo/src/path/to/repo/src/subpkg/submod.js.
```