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

https://github.com/codercatdev/nx-testing-ts-paths


https://github.com/codercatdev/nx-testing-ts-paths

Last synced: about 1 year ago
JSON representation

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
}
```