mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 17:44:33 +00:00
chore: Fix types in tests 33/N.
This commit is contained in:
@@ -92,7 +92,7 @@ describe("Ghost reminder bug (issue #13317)", () => {
|
||||
): Promise<{
|
||||
result: Awaited<ReturnType<typeof runHeartbeatOnce>>;
|
||||
sendTelegram: ReturnType<typeof vi.fn>;
|
||||
getReplySpy: ReturnType<typeof vi.spyOn<typeof replyModule, "getReplyFromConfig">>;
|
||||
getReplySpy: ReturnType<typeof vi.fn>;
|
||||
}> => {
|
||||
const tmpDir = await fs.mkdtemp(path.join(os.tmpdir(), tmpPrefix));
|
||||
const sendTelegram = vi.fn().mockResolvedValue({
|
||||
|
||||
Reference in New Issue
Block a user