import { render, screen } from '@testing-library/react' import { describe, it, expect, vi, beforeEach } from 'vitest' import React from 'react' // Simple mock component for testing const MockChatInput = () => { return (