| 1 | import React, { useState } from 'react' |
| 2 | import { render, screen, fireEvent, waitFor, act } from '@testing-library/react' |
| 3 | import '@testing-library/jest-dom' |
| 4 | import { autoUpdate } from '@floating-ui/dom' |
nothing calls this directly
no test coverage detected