feat: Improve @-command file path completion with fzf integration (#5650)

Co-authored-by: Jacob Richman <jacob314@gmail.com>
This commit is contained in:
DevMassive
2025-08-07 08:41:04 +09:00
committed by GitHub
parent 4782113ceb
commit 9ac3e8b79e
5 changed files with 49 additions and 2 deletions

View File

@@ -114,8 +114,8 @@ describe('useAtCompletion', () => {
expect(result.current.suggestions.map((s) => s.value)).toEqual([
'src/',
'src/components/',
'src/components/Button.tsx',
'src/index.js',
'src/components/Button.tsx',
]);
});