Skip to content

Commit

Permalink
test: slight edit to test wording
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Feb 18, 2019
1 parent 3180224 commit dfcaa68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/completion.js
Expand Up @@ -359,7 +359,7 @@ describe('Completion', () => {
})

describe('zsh', () => {
it('it returns a list of commands as completion suggestions', () => {
it('returns a list of commands as completion suggestions', () => {
process.env.SHELL = '/bin/zsh'
const r = checkUsage(() => yargs(['./completion', '--get-yargs-completions', ''])
.command('foo', 'bar')
Expand Down

0 comments on commit dfcaa68

Please sign in to comment.