polarkarate
polarkarate
NNuxt
Created by dwol on 5/1/2024 in #❓・help
How can I mock or stub Keycloak in unit tests?
Sorry to necro this but did you ever find a solution? Thanks
3 replies
NNuxt
Created by polarkarate on 3/4/2025 in #❓・help
How to mock/test useCookie with Vitest & Vue Test Utils?
Pointed in the right direction anyway

beforeEach(() => {
mockNuxtImport("useCookie", () => () => ({ value: "test-cookie" }));
});

beforeEach(() => {
mockNuxtImport("useCookie", () => () => ({ value: "test-cookie" }));
});
6 replies