fix(repo): fix test-create-nx-workspace command

This commit is contained in:
Victor Savkin 2020-03-12 17:28:09 -04:00
parent 798abe4b33
commit cfccd51a7b

View File

@ -40,7 +40,7 @@ describe('create-nx-workspace', () => {
await addReact(workspaceDir); await addReact(workspaceDir);
await execCommand( await execCommand(
`Generate a React app`, `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 workspaceDir
); );
await execCommand(`Building angular app`, `ng build ngapp`, workspaceDir); await execCommand(`Building angular app`, `ng build ngapp`, workspaceDir);