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
…ress
  • Loading branch information
jaysoo authored and Jack Hsu committed Dec 15, 2022
1 parent fdd04ba commit e9a2a6d
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
Original file line number Diff line number Diff line change
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 e9a2a6d

Please sign in to comment.