Release Candidate : 1.0.0 #150

Merged
djalim merged 103 commits from release/1.0.0 into main 2026-05-01 17:32:02 +00:00
Showing only changes of commit ce5acacca6 - 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> => {