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

Commit

Permalink
fix: routing path for cdk/testing
Browse files Browse the repository at this point in the history
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`
  • Loading branch information
naaajii authored and crisbeto committed Nov 4, 2024
1 parent d86b9a3 commit 86c2d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/shared/documentation-items/documentation-items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ const DOCS: { [key: string]: DocItem[] } = {
},
},
{
id: 'test-harnesses',
id: 'testing',
name: 'Component Harnesses',
summary: 'Foundation for component test harnesses.',
exampleSpecs: {
Expand Down

0 comments on commit 86c2d82

Please sign in to comment.