Skip to content

Conversation

@crisbeto
Copy link
Member

Updates the repo to Jasmine 6 and resolves a breakage due to karma-jasmine-html-reporter not supporting it yet. I ended up removing the reporter since we run the tests through Bazel which wasn't showing the specific debug page anyways.

@crisbeto crisbeto added the target: patch This PR is targeted for the next patch release label Jan 23, 2026
@angular-robot angular-robot bot added the area: build & ci Related the build and CI infrastructure of the project label Jan 23, 2026
@crisbeto crisbeto added target: minor This PR is targeted for the next minor release and removed target: patch This PR is targeted for the next patch release labels Jan 23, 2026
Updates the repo to Jasmine 6 and resolves a breakage due to `karma-jasmine-html-reporter` not supporting it yet. I ended up removing the reporter since we run the tests through Bazel which wasn't showing the specific debug page anyways.
"//src/material:sass_lib",
"//src/material-experimental:sass_lib",
],
shard_count = 4,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Context here is that enabling sharding was causing a runtime error in the build rule dependency. I ended up disabling it since the tests actually run way faster without the sharding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: build & ci Related the build and CI infrastructure of the project target: minor This PR is targeted for the next minor release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant