mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-11 00:44:31 +00:00
fix: Remove tsconfig.oxlint.json AGAIN.
This commit is contained in:
@@ -97,7 +97,7 @@ const _makeSessionStore = async (
|
||||
};
|
||||
|
||||
describe("web auto-reply", () => {
|
||||
let resolvePinnedHostnameSpy: ReturnType<typeof vi.spyOn> | undefined;
|
||||
let resolvePinnedHostnameSpy: ReturnType<typeof vi.spyOn>;
|
||||
|
||||
beforeEach(() => {
|
||||
vi.clearAllMocks();
|
||||
|
||||
Reference in New Issue
Block a user