Skip to content

Commit

Permalink
Merge pull request #28020 from deiga/patch-1
Browse files Browse the repository at this point in the history
Automigrations: Make VTA "learn more" link clickable
(cherry picked from commit e8a5c24)
  • Loading branch information
shilman authored and storybook-bot committed Jun 12, 2024
1 parent f31610b commit 1882133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/lib/cli/src/automigrate/fixes/vta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const vta: Fix<Options> = {
return dedent`
New to Storybook 8: Storybook's Visual Tests addon helps you catch unintentional changes/bugs in your stories. The addon is powered by Chromatic, a cloud-based testing tool developed by Storybook's core team.
Learn more: ${chalk.yellow('storybook.js.org/docs/writing-tests/visual-testing')}
Learn more: ${chalk.yellow('https://storybook.js.org/docs/writing-tests/visual-testing')}
Install Visual Tests addon in your project?
`;
Expand Down

0 comments on commit 1882133

Please sign in to comment.