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

feat(@angular-devkit/build-angular): support karma version 6.x #19784

Merged
merged 3 commits into from
Jan 13, 2021

Commits on Jan 13, 2021

  1. feat(@angular-devkit/build-angular): support karma version 6.x

    This change adds support for using karma 6.x within a project.
    clydin committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    3aedee7 View commit details
    Browse the repository at this point in the history
  2. feat(@schematics/angular): create new projects with karma 6.0

    Newly generated projects will now use karma 6.0 by default.
    clydin committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    f3dec6b View commit details
    Browse the repository at this point in the history
  3. test(@angular-devkit/build-angular): add karma@5.2 E2E test

    This test ensures that karma 5.2.x will continue to function in addition to the new 6.x default.
    clydin committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    eaad0e0 View commit details
    Browse the repository at this point in the history