Skip to content

Commit a184a1f

Browse files
committed
chore: Cleanup
1 parent 3617f7d commit a184a1f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

bin/cli.test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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');

0 commit comments

Comments
 (0)