revert: button hover changes

This commit is contained in:
Sven Brodny
2024-03-11 10:16:20 +01:00
parent cbd0773bd5
commit d2263d06a9
3 changed files with 0 additions and 20 deletions

View File

@@ -14,8 +14,6 @@ A component harness is a class that lets a test interact with a component via a
## Information
A component harness is a class that lets a test interact with a component via a supported API.
The objective of this challenge is to have a better understanding of the CDK test harness API. In this initial challenge, we will only use Angular Material's built-in harnesses.
Documentation for CDK Component Harness is [here](https://material.angular.io/cdk/test-harnesses/overview#api-for-test-authors).