diff --git a/e2e/commands/create-nx-workspace.test.ts b/e2e/commands/create-nx-workspace.test.ts index 38b0c129d0..fea3434b36 100644 --- a/e2e/commands/create-nx-workspace.test.ts +++ b/e2e/commands/create-nx-workspace.test.ts @@ -40,7 +40,7 @@ describe('create-nx-workspace', () => { await addReact(workspaceDir); await execCommand( `Generate a React app`, - `ng g @nrwl/react:app reactapp --style=css --no-router`, + `ng g @nrwl/react:app reactapp --style=css --no-routing`, workspaceDir ); await execCommand(`Building angular app`, `ng build ngapp`, workspaceDir);