Skip to content

Commit

Permalink
fix: add missing test harnesses (angular#860)
Browse files Browse the repository at this point in the history
We've recently added more test harnesses that weren't being reflected in the docs.

Fixes angular#20507.
  • Loading branch information
crisbeto authored Sep 7, 2020
1 parent 878f573 commit 4a42b5a
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ const DOCS: { [key: string]: DocItem[] } = {
exampleSpecs: {
prefix: 'card-',
},
additionalApiDocs: [{name: 'Testing', path: 'material-card-testing.html'}],
},
{
id: 'checkbox',
Expand All @@ -126,6 +127,7 @@ const DOCS: { [key: string]: DocItem[] } = {
exampleSpecs: {
prefix: 'chips-',
},
additionalApiDocs: [{name: 'Testing', path: 'material-chips-testing.html'}],
},
{
id: 'datepicker',
Expand All @@ -134,6 +136,7 @@ const DOCS: { [key: string]: DocItem[] } = {
exampleSpecs: {
prefix: 'datepicker-',
},
additionalApiDocs: [{name: 'Testing', path: 'material-datepicker-testing.html'}],
},
{
id: 'dialog',
Expand Down Expand Up @@ -323,6 +326,7 @@ const DOCS: { [key: string]: DocItem[] } = {
exampleSpecs: {
prefix: 'stepper-',
},
additionalApiDocs: [{name: 'Testing', path: 'material-stepper-testing.html'}],
},
{
id: 'table',
Expand All @@ -349,6 +353,7 @@ const DOCS: { [key: string]: DocItem[] } = {
exampleSpecs: {
prefix: 'toolbar-',
},
additionalApiDocs: [{name: 'Testing', path: 'material-toolbar-testing.html'}],
},
{
id: 'tooltip',
Expand Down

0 comments on commit 4a42b5a

Please sign in to comment.