@@ -314,7 +314,7 @@ describe('--no-login', () => {
314
314
await command . run ( )
315
315
316
316
expect ( command . installTemplates ) . toHaveBeenCalledWith ( installOptions )
317
- expect ( command . runCodeGenerators ) . toHaveBeenCalledWith ( [ 'base-app' , 'add-ci' , 'application' ] , false , 'cwd' , 'basic' )
317
+ expect ( command . runCodeGenerators ) . toHaveBeenCalledWith ( [ 'base-app' , 'add-ci' , 'add-vscode-config' , ' application'] , false , 'cwd' , 'basic' )
318
318
expect ( LibConsoleCLI . init ) . not . toHaveBeenCalled ( )
319
319
expect ( importHelperLib . importConfigJson ) . not . toHaveBeenCalled ( )
320
320
} )
@@ -464,7 +464,7 @@ describe('--no-login', () => {
464
464
await command . run ( )
465
465
466
466
expect ( command . installTemplates ) . toHaveBeenCalledWith ( installOptions )
467
- expect ( command . runCodeGenerators ) . toHaveBeenCalledWith ( [ 'base-app' , 'add-ci' , 'application' ] , true , 'cwd' , 'none' )
467
+ expect ( command . runCodeGenerators ) . toHaveBeenCalledWith ( [ 'base-app' , 'add-ci' , 'add-vscode-config' , ' application'] , true , 'cwd' , 'none' )
468
468
expect ( LibConsoleCLI . init ) . not . toHaveBeenCalled ( )
469
469
expect ( importHelperLib . importConfigJson ) . not . toHaveBeenCalled ( )
470
470
} )
@@ -482,7 +482,7 @@ describe('--no-login', () => {
482
482
await command . run ( )
483
483
484
484
expect ( command . installTemplates ) . toHaveBeenCalledWith ( installOptions )
485
- expect ( command . runCodeGenerators ) . toHaveBeenCalledWith ( [ 'base-app' , 'add-ci' , 'application' ] , true , 'cwd' , 'adobe-recommended' )
485
+ expect ( command . runCodeGenerators ) . toHaveBeenCalledWith ( [ 'base-app' , 'add-ci' , 'add-vscode-config' , ' application'] , true , 'cwd' , 'adobe-recommended' )
486
486
expect ( LibConsoleCLI . init ) . not . toHaveBeenCalled ( )
487
487
expect ( importHelperLib . importConfigJson ) . not . toHaveBeenCalled ( )
488
488
} )
0 commit comments