Skip to content

Commit 5aa9acc

Browse files
committed
add back harness environment author description
1 parent 8275dcb commit 5aa9acc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/cdk/testing/testing.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -549,9 +549,10 @@ may need to explicitly wait for tasks outside `NgZone`, as this does not happen
549549

550550
### API for harness environment authors
551551

552-
Out-of-the-box, Angular CDK's component harnesses can be used in Protractor E2E tests and Karma unit
553-
tests. Developers can support additional environments by creating custom implementations of
554-
`TestElement` and `HarnessEnvironment`.
552+
Harness environment authors are developers who want to add support for using component harnesses in
553+
additional testing environments. Out-of-the-box, Angular CDK's component harnesses can be used in
554+
Protractor E2E tests and Karma unit tests. Developers can support additional environments by
555+
creating custom implementations of `TestElement` and `HarnessEnvironment`.
555556

556557
#### Creating a `TestElement` implementation for the environment
557558

0 commit comments

Comments
 (0)