Skip to content

Commit

Permalink
Add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed May 16, 2019
1 parent bc82e21 commit 358c5bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ const METHODS = [
const DATA = [
{ command: true },
{ command: ' ' },
{ command: 'echo test' },
{ command: 'echo test', opts: false },
{ command: 'echo test', opts: { verbose: true } },
]

Expand Down

0 comments on commit 358c5bf

Please sign in to comment.