https://github.com/codercatdev/nx-testing-ts-paths
https://github.com/codercatdev/nx-testing-ts-paths
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/codercatdev/nx-testing-ts-paths
- Owner: codercatdev
- Created: 2020-01-24T20:19:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-11T04:15:46.000Z (over 2 years ago)
- Last Synced: 2025-05-11T04:54:25.345Z (about 1 year ago)
- Language: TypeScript
- Size: 321 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Serve
Run `ng serve` and you should see hello-world
## Test
Run `ng test`
## Error
```
Configuration error:
Could not locate module @myworkspace/hello-world mapped as:
/Users/ajonp/Downloads/myworkspace/apps/testing/libs/hello-world/src/index.ts.
Please check your configuration for these entries:
{
"moduleNameMapper": {
"/^@myworkspace\/hello\-world$/": "/Users/ajonp/Downloads/myworkspace/apps/testing/libs/hello-world/src/index.ts"
},
"resolver": /Users/ajonp/Downloads/myworkspace/node_modules/@nrwl/jest/plugins/resolver.js
}
```