Skip to content

Commit

Permalink
test: slightly reworded one test
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Feb 18, 2019
1 parent 4375680 commit 545c7f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/completion.js
Expand Up @@ -470,7 +470,8 @@ describe('Completion', () => {
r.errors.length.should.equal(0)
r.logs.should.include('--foo:bar')
})
it('when using subcommands ensure early bailout if full command is typed', () => {

it('bails out early when full command matches', () => {
process.env.SHELL = '/bin/zsh'
const r = checkUsage(() => {
try {
Expand Down

0 comments on commit 545c7f1

Please sign in to comment.