feat(FN-1748): merge fusion/fn-1748
This commit is contained in:
@@ -22,7 +22,7 @@ if (typeof window !== "undefined") {
|
||||
}
|
||||
|
||||
// Mock fetch for project API tests
|
||||
const originalFetch = globalThis.fetch;
|
||||
const _originalFetch = globalThis.fetch;
|
||||
|
||||
globalThis.fetch = vi.fn(async (url: RequestInfo | URL) => {
|
||||
const urlString = url.toString();
|
||||
|
||||
Reference in New Issue
Block a user