From 622070bc5d7e20d866bdbb33825276d22127ad6e Mon Sep 17 00:00:00 2001 From: Jack Hsu Date: Thu, 15 Dec 2022 12:54:29 -0500 Subject: [PATCH] =?UTF-8?q?fix(react):=20update=20standalone=20preset=20pr?= =?UTF-8?q?ompt=20to=20include=20vitest=20and=20cyp=E2=80=A6=20(#13853)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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',