| 1 | import { fireEvent, render, renderHook, screen } from "@testing-library/react"; |
| 2 | import { describe, expect, test, vi } from "vitest"; |
| 3 | |
| 4 | import { useStableCallback } from "./useStableCallback"; |
nothing calls this directly
no test coverage detected