Skip to content

Commit

Permalink
Improve jest-validate of opts.verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed May 14, 2019
1 parent 043a738 commit 4b71365
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ export const parseOpts = function({ opts = {}, defaultOpts, forcedOpts = {} }) {
const DEFAULT_OPTS = {}

const EXAMPLE_OPTS = {
...DEFAULT_OPTS,
echo: true,
verbose: true,
...DEFAULT_OPTS,
}

const addVerbose = function({ opts: { verbose, ...opts }, opts: { stdio } }) {
Expand Down

0 comments on commit 4b71365

Please sign in to comment.