File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -364,10 +364,10 @@ describe('openapi-format CLI command', () => {
364364 const setting = `${ path } /customFilter.yaml` ;
365365 const args = [ inputFile , `--filterFile ${ setting } ` , `--playground` ] ;
366366
367- console . log ( 'playground request args:' , args ) ;
367+ // console.log('playground request args:', args);
368368 let result = await testUtils . cli ( args , '.' ) ;
369- console . log ( 'playground response stdout:' , result . stdout ) ;
370- console . log ( 'playground response stderr:' , result . stderr ) ;
369+ // console.log('playground response stdout:', result.stdout);
370+ // console.log('playground response stderr:', result.stderr);
371371 expect ( result . code ) . toBe ( 0 ) ;
372372 if ( process . env . CI ) {
373373 expect ( result . stderr ) . toContain ( 'Running in CI/CD environment, no Share URL generated' ) ;
You can’t perform that action at this time.
0 commit comments