| 1 | import React, { useEffect } from 'react'; |
| 2 | import { render, act as reactAct } from '@testing-library/react'; |
| 3 | import { act, renderHook } from '@testing-library/react-hooks'; |
| 4 | import { replaceRaf } from 'raf-stub'; |
nothing calls this directly
no test coverage detected