Mise en place du framework de test #58

Merged
djalim merged 7 commits from feature/unit-test into develop 2026-04-21 10:14:25 +00:00
Showing only changes of commit 080f7606a7 - Show all commits
+1 -1
View File
@@ -29,7 +29,7 @@ export function mockFetch(
_originalFetch = globalThis.fetch;
_calls = [];
globalThis.fetch = async (
globalThis.fetch = (
input: string | URL | Request,
init?: RequestInit,
): Promise<Response> => {