import { renderHook, act } from "@testing-library/react-hooks" export const hooks = { render: renderHook, act, }