Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(presets): remove moduleNameMapper config #910

Merged
merged 1 commit into from
Apr 28, 2021
Merged

fix(presets): remove moduleNameMapper config #910

merged 1 commit into from
Apr 28, 2021

Commits on Apr 28, 2021

  1. fix(presets): remove moduleNameMapper config

    BREAKING CHANGE
    When generating a new project from Angular CLI, by default the `tsconfig.json` doesn't contain any path mappings hence removing `moduleNameMapper` from preset will make sure that the preset works in pair with `tsconfig.json`.
    
    Ones who are relying on the value of `moduleNameMapper` from the preset should create their own `moduleNameMapper` config manually or via `ts-jest` util https://kulshekhar.github.io/ts-jest/docs/getting-started/paths-mapping
    ahnpnl committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    a4c6d8b View commit details
    Browse the repository at this point in the history