Skip to content

Commit 085c794

Browse files
naaajiicrisbeto
authored andcommittedNov 4, 2024
fix: routing path for cdk/testing
renames `test-harnesses` route to `testing` as entry point for `cdk/testing` is latter in packages repository, this was causing links to not work properly when redirected to a route with `test-harnesses`
1 parent 3f67890 commit 085c794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ const DOCS: { [key: string]: DocItem[] } = {
530530
},
531531
},
532532
{
533-
id: 'test-harnesses',
533+
id: 'testing',
534534
name: 'Component Harnesses',
535535
summary: 'Foundation for component test harnesses.',
536536
exampleSpecs: {

0 commit comments

Comments
 (0)
Please sign in to comment.