| 1 | import { createElement } from 'react' |
| 2 | import { fireEvent, render, screen, waitFor, within } from '@testing-library/react' |
| 3 | import { describe, expect, it, vi } from 'vitest' |
| 4 | import { FormKit } from '../src' |
nothing calls this directly
no test coverage detected