From 0fbfeb683f2fc2504e05027c8cc738c8585e39c2 Mon Sep 17 00:00:00 2001 From: Sven Brodny Date: Mon, 11 Mar 2024 10:17:44 +0100 Subject: [PATCH] revert: testing harness docs changes --- docs/src/content/docs/challenges/testing/23-harness.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/src/content/docs/challenges/testing/23-harness.md b/docs/src/content/docs/challenges/testing/23-harness.md index 296f1fb..bdb9ce3 100644 --- a/docs/src/content/docs/challenges/testing/23-harness.md +++ b/docs/src/content/docs/challenges/testing/23-harness.md @@ -12,8 +12,6 @@ sidebar: A component harness is a class that lets a test interact with a component via a supported API. -## Information - 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).