anc95 / inquirer-file-tree-selection

inquirer prompt for select a file or dir by file tree
50 stars 26 forks source link

Write some unit tests. #93

Open ajvincent opened 1 year ago

ajvincent commented 1 year ago

Spin-off of #92 .

EDIT: ignore all the stuff below (except ts-jest). There's a much simpler solution: use a fake Inquirer implementation. Tests for the same are here.

Helpful links:

ajvincent commented 1 year ago

https://www.npmjs.com/package/@inquirer/testing might be even better, as a package from Inquirer's maintainers.