| 1 | import { renderHook, act } from '@testing-library/react-hooks'; |
| 2 | import { cleanup } from '@testing-library/react'; |
| 3 | import { useStateful } from './useStateful'; |
| 4 | import { useNumber } from './useNumber'; |
nothing calls this directly
no test coverage detected