Skip to content

Commit

Permalink
fix(repo): fix test-create-nx-workspace command
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed Mar 12, 2020
1 parent 798abe4 commit cfccd51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/commands/create-nx-workspace.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit cfccd51

Please sign in to comment.