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

Rename Testing > Testing to Testing > Component Harnesses #681

Merged
merged 1 commit into from
Nov 22, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/app/shared/documentation-items/documentation-items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -559,9 +559,9 @@ const DOCS: {[key: string]: DocCategory[]} = {
summary: 'Utilities for testing common components.',
items: [
{
id: 'testing',
name: 'Testing',
summary: 'Utilities for testing common components.',
id: 'test-harnesses',
name: 'Component Harnesses',
summary: 'Foundation for component test harnesses.',
examples: [],
additionalApiDocs: [
{
Expand Down