Skip to content

Commit

Permalink
remove debug call
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkokut committed Dec 1, 2024
1 parent dc3b89a commit 8603ed6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/vue/src/use-chat.ui.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,6 @@ describe('attachments with empty submit', () => {
const submitButton = screen.getByTestId('submit-button');
await userEvent.click(submitButton);

screen.debug();
await screen.findByTestId('message-0');
expect(screen.getByTestId('message-0')).toHaveTextContent('User:');

Expand Down

0 comments on commit 8603ed6

Please sign in to comment.