From e9a2a6d6d6a3a8d8bb805b9021d60695ee6edcf3 Mon Sep 17 00:00:00 2001 From: Jack Hsu Date: Thu, 15 Dec 2022 12:21:04 -0500 Subject: [PATCH] fix(react): update standalone preset prompt to include vitest and cypress --- packages/create-nx-workspace/bin/create-nx-workspace.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/create-nx-workspace/bin/create-nx-workspace.ts b/packages/create-nx-workspace/bin/create-nx-workspace.ts index 259209e52cb08..9770672823e40 100644 --- a/packages/create-nx-workspace/bin/create-nx-workspace.ts +++ b/packages/create-nx-workspace/bin/create-nx-workspace.ts @@ -447,7 +447,8 @@ function determineMonorepoStyle(): Promise { }, { name: 'react', - message: 'Standalone React app: Nx configures Vite and ESLint.', + message: + 'Standalone React app: Nx configures Vite, Vitest, ESLint, and Cypress.', }, { name: 'angular',