mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 21:03:03 -05:00
Merge branch 'style-button-hover' of https://github.com/svenson95/angular-challenges into style-button-hover
This commit is contained in:
@@ -12,6 +12,10 @@ sidebar:
|
||||
|
||||
A component harness is a class that lets a test interact with a component via a supported API.
|
||||
|
||||
## 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).
|
||||
|
||||
Reference in New Issue
Block a user