chore(angular): make ng-add e2e tests more deterministic when checking the defaultBase (#9090)
This commit is contained in:
parent
e6941e4fc4
commit
176fdc71c2
@ -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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user