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
- Host: GitHub
- URL: https://github.com/foxbunny/jest-module-map-repro
- Owner: foxbunny
- Created: 2020-02-07T14:32:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T06:41:40.000Z (over 2 years ago)
- Last Synced: 2025-01-26T01:32:49.483Z (4 months ago)
- Language: JavaScript
- Size: 703 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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.
```