Inquirer.js icon indicating copy to clipboard operation
Inquirer.js copied to clipboard

feat(search): added default support and test

Open Sakthieswaran-tech opened this issue 1 month ago • 1 comments

  • Show default value when input is empty.
  • Pressing Tab fills the prompt with default or selected choice.
  • Added test to verify default display, prefill behavior, and correct selection.

Sakthieswaran-tech avatar Nov 30 '25 11:11 Sakthieswaran-tech

Codecov Report

:x: Patch coverage is 86.36364% with 3 lines in your changes missing coverage. Please review. :warning: Please upload report for BASE (main@6963b18). Learn more about missing BASE report.

Files with missing lines Patch % Lines
packages/search/src/index.ts 86.36% 3 Missing :warning:
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1915   +/-   ##
=======================================
  Coverage        ?   94.72%           
=======================================
  Files           ?       37           
  Lines           ?     1554           
  Branches        ?      461           
=======================================
  Hits            ?     1472           
  Misses          ?       80           
  Partials        ?        2           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

codecov[bot] avatar Nov 30 '25 11:11 codecov[bot]

Hi @SBoudrias Just a gentle reminder — I pushed the requested review changes a few days ago. Whenever you get time, could you please take another look and let me know if anything else is needed? Thanks!

Sakthieswaran-tech avatar Dec 19 '25 17:12 Sakthieswaran-tech