Skip to content

Commit a406a7f

Browse files
Merge pull request #10 from ai-action/fix/tui
2 parents e68c6bc + 26c28ec commit a406a7f

10 files changed

Lines changed: 155 additions & 377 deletions

File tree

src/components/Autocomplete.test.tsx

Lines changed: 0 additions & 247 deletions
This file was deleted.

src/components/Autocomplete.tsx

Lines changed: 0 additions & 106 deletions
This file was deleted.

src/components/Chat.test.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ vi.mock('../utils', async () => {
3232
};
3333
});
3434

35-
vi.mock('./Autocomplete', () => ({
36-
Autocomplete: (props: {
35+
vi.mock('./ChatInput', () => ({
36+
ChatInput: (props: {
3737
onSubmit?: (value: string) => void;
3838
isDisabled?: boolean;
3939
}) => {

0 commit comments

Comments
 (0)