This commit is contained in:
parent
85ad7f7387
commit
e9e2723c28
30 changed files with 380 additions and 44 deletions
|
|
@ -40,7 +40,7 @@ describe("synthetic admin proxy helpers", () => {
|
|||
}
|
||||
});
|
||||
});
|
||||
globalThis.fetch = fetchMock as typeof fetch;
|
||||
globalThis.fetch = fetchMock as unknown as typeof fetch;
|
||||
const route = await import("./status/route");
|
||||
|
||||
const response = await route.GET();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue