| 1 | import {fireEvent, render, act, waitFor} from '@testing-library/react' |
| 2 | import userEvent from '@testing-library/user-event' |
| 3 | import React from 'react' |
| 4 | import {ThemeProvider} from '../ThemeProvider' |
nothing calls this directly
no test coverage detected