import { render, screen } from '@testing-library/react' import userEvent from '@testing-library/user-event' import { describe, it, expect, vi } from 'vitest' import { axe } from 'vitest-axe' import * as React from 'react' import { Textarea } from './textarea' import { Field, FieldLabel } from '../field/field' describe('Textarea', () => { it('associates with a Field label (matching for/id, like Input)', () => { render( Bio