Skip to content

Commit

Permalink
Merge pull request #29486 from storybookjs/valentin/improve-notification
Browse files Browse the repository at this point in the history
Addon Test: Improve unsupported vitest message
  • Loading branch information
valentinpalkovic authored Oct 30, 2024
2 parents 40c87dd + e0fa371 commit f3ba675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/addons/test/src/postinstall.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default async function postInstall(options: PostinstallOptions) {
if (coercedVitestVersion && !satisfies(coercedVitestVersion, '>=2.1.0')) {
reasons.push(dedent`
• The addon requires Vitest 2.1.0 or later. You are currently using ${picocolors.bold(vitestVersionSpecifier)}.
Please update your ${picocolors.bold(colors.pink('vitest'))} dependency and try again.
Please update all of your Vitest dependencies and try again.
`);
}

Expand Down

0 comments on commit f3ba675

Please sign in to comment.