mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 05:37:41 +00:00
chore: chore: Fix types in tests 19/N.
This commit is contained in:
@@ -62,7 +62,6 @@ describe("web_fetch SSRF protection", () => {
|
||||
});
|
||||
|
||||
afterEach(() => {
|
||||
// @ts-expect-error restore
|
||||
global.fetch = priorFetch;
|
||||
lookupMock.mockReset();
|
||||
vi.restoreAllMocks();
|
||||
|
||||
Reference in New Issue
Block a user