Skip to content

Commit

Permalink
fixup! minor cleanup of completion command and add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nlf committed Dec 9, 2020
1 parent 3d6cea6 commit 979a6d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/lib/completion.js
Expand Up @@ -80,6 +80,7 @@ const completion = requireInject('../../lib/completion.js', {
'../../lib/utils/cmd-list.js': cmdList,
'../../lib/utils/config.js': config,
'../../lib/utils/deref-command.js': deref,
'../../lib/utils/is-windows-shell.js': false,
'../../lib/utils/output.js': (line) => {
output.push(line)
},
Expand Down

0 comments on commit 979a6d3

Please sign in to comment.