| 1 | import React from 'react'; |
| 2 | import { createEvent, fireEvent, render, screen } from '@testing-library/react'; |
| 3 | import user from '@testing-library/user-event'; |
| 4 | import '@testing-library/jest-dom'; |
nothing calls this directly
no test coverage detected