Skip to content

Commit

Permalink
chore(angular): make ng-add e2e tests more deterministic when checkin…
Browse files Browse the repository at this point in the history
…g the defaultBase (#9090)
  • Loading branch information
leosvelperez committed Feb 23, 2022
1 parent e6941e4 commit 176fdc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/angular-core/src/ng-add.test.ts
Expand Up @@ -93,7 +93,7 @@ describe('convert Angular CLI workspace to an Nx workspace', () => {
expect(packageJson.devDependencies['@nrwl/workspace']).not.toBeDefined();

// run ng add
runNgAdd('--npm-scope projscope');
runNgAdd('--npm-scope projscope --default-base main');

// check that prettier config exits and that files have been moved
checkFilesExist(
Expand Down

0 comments on commit 176fdc7

Please sign in to comment.