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

test: update ssr test to use correct sha when testing ng add @angular/ssr #25757

Merged
merged 1 commit into from Aug 31, 2023

Commits on Aug 31, 2023

  1. test: update ssr test to use correct sha when testing `ng add @angula…

    …r/ssr`
    
    Before this change when running snapshot test, the schematic would add `@angular/platform-server` with the same version of `@angular/core`. This causing a problem when testing snapshots as the version is not a semver specifier but rather the path to the Github build repo.
    
    With this change, we ensure that the correct SHA is used for platform-server when running snapshot tests.
    alan-agius4 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    62ec563 View commit details
    Browse the repository at this point in the history