@@ -316,7 +316,7 @@ describe('--no-login', () => {
316316
317317 expect ( command . config . runHook ) . not . toHaveBeenCalled ( )
318318 expect ( command . installTemplates ) . toHaveBeenCalledWith ( installOptions )
319- expect ( command . runCodeGenerators ) . toHaveBeenCalledWith ( [ 'base-app' , 'add-ci' , 'application' ] , false , 'cwd' , 'basic' )
319+ expect ( command . runCodeGenerators ) . toHaveBeenCalledWith ( [ 'base-app' , 'add-ci' , 'add-vscode-config' , ' application'] , false , 'cwd' , 'basic' )
320320 expect ( LibConsoleCLI . init ) . not . toHaveBeenCalled ( )
321321 expect ( importHelperLib . importConfigJson ) . not . toHaveBeenCalled ( )
322322 } )
@@ -469,7 +469,7 @@ describe('--no-login', () => {
469469 await command . run ( )
470470
471471 expect ( command . installTemplates ) . toHaveBeenCalledWith ( installOptions )
472- expect ( command . runCodeGenerators ) . toHaveBeenCalledWith ( [ 'base-app' , 'add-ci' , 'application' ] , true , 'cwd' , 'none' )
472+ expect ( command . runCodeGenerators ) . toHaveBeenCalledWith ( [ 'base-app' , 'add-ci' , 'add-vscode-config' , ' application'] , true , 'cwd' , 'none' )
473473 expect ( LibConsoleCLI . init ) . not . toHaveBeenCalled ( )
474474 expect ( importHelperLib . importConfigJson ) . not . toHaveBeenCalled ( )
475475 } )
@@ -487,7 +487,7 @@ describe('--no-login', () => {
487487 await command . run ( )
488488
489489 expect ( command . installTemplates ) . toHaveBeenCalledWith ( installOptions )
490- expect ( command . runCodeGenerators ) . toHaveBeenCalledWith ( [ 'base-app' , 'add-ci' , 'application' ] , true , 'cwd' , 'adobe-recommended' )
490+ expect ( command . runCodeGenerators ) . toHaveBeenCalledWith ( [ 'base-app' , 'add-ci' , 'add-vscode-config' , ' application'] , true , 'cwd' , 'adobe-recommended' )
491491 expect ( LibConsoleCLI . init ) . not . toHaveBeenCalled ( )
492492 expect ( importHelperLib . importConfigJson ) . not . toHaveBeenCalled ( )
493493 } )
0 commit comments