Skip to content

Commit d350fc1

Browse files
authoredSep 7, 2020
fix: add missing test harnesses (#860)
We've recently added more test harnesses that weren't being reflected in the docs. Fixes #20507.
1 parent 607ddc9 commit d350fc1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎material.angular.io/src/app/shared/documentation-items/documentation-items.ts

+5
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ const DOCS: { [key: string]: DocItem[] } = {
109109
exampleSpecs: {
110110
prefix: 'card-',
111111
},
112+
additionalApiDocs: [{name: 'Testing', path: 'material-card-testing.html'}],
112113
},
113114
{
114115
id: 'checkbox',
@@ -126,6 +127,7 @@ const DOCS: { [key: string]: DocItem[] } = {
126127
exampleSpecs: {
127128
prefix: 'chips-',
128129
},
130+
additionalApiDocs: [{name: 'Testing', path: 'material-chips-testing.html'}],
129131
},
130132
{
131133
id: 'datepicker',
@@ -134,6 +136,7 @@ const DOCS: { [key: string]: DocItem[] } = {
134136
exampleSpecs: {
135137
prefix: 'datepicker-',
136138
},
139+
additionalApiDocs: [{name: 'Testing', path: 'material-datepicker-testing.html'}],
137140
},
138141
{
139142
id: 'dialog',
@@ -323,6 +326,7 @@ const DOCS: { [key: string]: DocItem[] } = {
323326
exampleSpecs: {
324327
prefix: 'stepper-',
325328
},
329+
additionalApiDocs: [{name: 'Testing', path: 'material-stepper-testing.html'}],
326330
},
327331
{
328332
id: 'table',
@@ -349,6 +353,7 @@ const DOCS: { [key: string]: DocItem[] } = {
349353
exampleSpecs: {
350354
prefix: 'toolbar-',
351355
},
356+
additionalApiDocs: [{name: 'Testing', path: 'material-toolbar-testing.html'}],
352357
},
353358
{
354359
id: 'tooltip',

0 commit comments

Comments
 (0)
Please sign in to comment.