global registerEndpoint ? (for all tests)
I have middleware that checks and calls a route, and vitest really doesn't like it : every test gives a warning that my route
Is there a way to mock it for all tests ? I've tried registerEndpoint in
thanks
auth/me doesn't exist.Is there a way to mock it for all tests ? I've tried registerEndpoint in
setupFiles but no changethanks