mokkabonna / inquirer-autocomplete-prompt

Autocomplete prompt for inquirer
ISC License
350 stars 82 forks source link

Adds tests, also slight change in behaviour #11

Closed mokkabonna closed 8 years ago

mokkabonna commented 8 years ago

I created a PR so if desired people can keep track.

The change is regarding the first search. I pass in null as the value now. It was undefined before, but docs said empty string. Now it is null and docs say null.

derhuerst commented 8 years ago

:+1:

mokkabonna commented 8 years ago

Also added requirement of 85% in coverage for Statements, Branches, Functions and Lines. If under travis will report failure.