| 1 | import { render, fireEvent, waitFor, renderHook } from '@testing-library/react'; |
| 2 | import { act } from 'react-dom/test-utils'; |
| 3 | import Toggle from './Toggle'; |
| 4 | import useCounter from './useCounter'; |
nothing calls this directly
no test coverage detected