Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automigrations: Make VTA "learn more" link clickable #28020

Merged
merged 1 commit into from
Jun 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading