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

Implement astTransformer - Compatibility with ts-jest 23.10 #204

Merged
merged 6 commits into from
Dec 4, 2018
Merged

Implement astTransformer - Compatibility with ts-jest 23.10 #204

merged 6 commits into from
Dec 4, 2018

Commits on Dec 2, 2018

  1. Configuration menu
    Copy the full SHA
    664716f View commit details
    Browse the repository at this point in the history
  2. Add Angular @component Transformer ts-jest 23.10

     * Remove obsolete processor which does not work with ts-jest 23.10
     * Add AstTransformer to work with the new ts-jest API, that replaces
    templateUrl with template and a require call and strips off styles from
    Components for Tests in Jest
     * Add build commands to repository as transformer is written in
    TypeScript
     * Call build in prepare-script to include it in publish
     * ASTTransformer handles non-relative/non-absolute templateUrl by
    prefixing them with './'
    wtho committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    6e83866 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b63a3c8 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2018

  1. Configuration menu
    Copy the full SHA
    9fce287 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d12728c View commit details
    Browse the repository at this point in the history
  3. Update yarn.lock

    wtho committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    ed46803 View commit details
    Browse the repository at this point in the history