Skip to content

Commit

Permalink
refactor: remove redundant options
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah committed Jan 13, 2021
1 parent 6dff6c4 commit 130ee48
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/utils/call-cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ const CLI_TIMEOUT = 3e5

const callCli = async function (args, execOptions) {
const { stdout } = await execa(cliPath, args, {
windowsHide: true,
windowsVerbatimArguments: true,
timeout: CLI_TIMEOUT,
...execOptions,
})
Expand Down

0 comments on commit 130ee48

Please sign in to comment.