mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-03 03:03:24 -04:00
fix: Remove tsconfig.oxlint.json AGAIN.
This commit is contained in:
@@ -98,7 +98,7 @@ const _makeSessionStore = async (
|
||||
};
|
||||
|
||||
describe("web auto-reply", () => {
|
||||
let resolvePinnedHostnameSpy: ReturnType<typeof vi.spyOn> | undefined;
|
||||
let resolvePinnedHostnameSpy: ReturnType<typeof vi.spyOn>;
|
||||
|
||||
beforeEach(() => {
|
||||
vi.clearAllMocks();
|
||||
|
||||
@@ -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