Skip to content

Commit

Permalink
fix(react): update standalone preset prompt to include vitest and cyp… (
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysoo committed Dec 15, 2022
1 parent fdd04ba commit 622070b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/create-nx-workspace/bin/create-nx-workspace.ts
Expand Up @@ -447,7 +447,8 @@ function determineMonorepoStyle(): Promise<string> {
},
{
name: 'react',
message: 'Standalone React app: Nx configures Vite and ESLint.',
message:
'Standalone React app: Nx configures Vite, Vitest, ESLint, and Cypress.',
},
{
name: 'angular',
Expand Down

0 comments on commit 622070b

Please sign in to comment.