From cfccd51a7b7dfb27400109fb9b9add74f35ef70c Mon Sep 17 00:00:00 2001 From: Victor Savkin Date: Thu, 12 Mar 2020 17:28:09 -0400 Subject: [PATCH] fix(repo): fix test-create-nx-workspace command --- e2e/commands/create-nx-workspace.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);