Skip to content

Commit

Permalink
fix: fixed lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
helloanoop committed Jan 29, 2024
1 parent 0e24efb commit 34ede8a
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 66 deletions.
102 changes: 36 additions & 66 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/bruno-cli/src/commands/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ const builder = async (yargs) => {
.option('tests-only', {
type: 'boolean',
description: 'Only run requests that have a test'
})
.option('bail', {
type: 'boolean',
description: 'Stop execution after a failure of a request, test, or assertion'
Expand Down

0 comments on commit 34ede8a

Please sign in to comment.