mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-27 00:52:05 +00:00
fix(ci): align stale test expectations
This commit is contained in:
@@ -16,9 +16,11 @@ function createLogger(): HookRunnerLogger & {
|
||||
warn: ReturnType<typeof vi.fn>;
|
||||
error: ReturnType<typeof vi.fn>;
|
||||
} {
|
||||
const warn = vi.fn<(message: string) => void>();
|
||||
const error = vi.fn<(message: string) => void>();
|
||||
return {
|
||||
warn: vi.fn(),
|
||||
error: vi.fn(),
|
||||
warn,
|
||||
error,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user