Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 45982c3

Browse files
jelbournmmalerba
authored andcommitted
Rename Testing > Testing to Testing > Component Harnesses (#681)
1 parent 73e9aa3 commit 45982c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app/shared/documentation-items/documentation-items.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -559,9 +559,9 @@ const DOCS: {[key: string]: DocCategory[]} = {
559559
summary: 'Utilities for testing common components.',
560560
items: [
561561
{
562-
id: 'testing',
563-
name: 'Testing',
564-
summary: 'Utilities for testing common components.',
562+
id: 'test-harnesses',
563+
name: 'Component Harnesses',
564+
summary: 'Foundation for component test harnesses.',
565565
examples: [],
566566
additionalApiDocs: [
567567
{

0 commit comments

Comments
 (0)