From 545c7f15f67ece10ebd741427be2fac5a3e510e7 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Sun, 17 Feb 2019 21:19:48 -0800 Subject: [PATCH] test: slightly reworded one test --- test/completion.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/completion.js b/test/completion.js index b7488b4e7..7625b8e5d 100644 --- a/test/completion.js +++ b/test/completion.js @@ -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 {