https://cypress.io logo
I want to mock a hook (component testing)
# i-need-help
a
import { useGetUsersByCompany } from "@/api/user/use-get-users-by-company"; I have this hook in the component that i'm testing, I want to mock the return value of it. Using cypress component testing
3 Views