mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 11:31:37 +00:00
chore: Fix types in tests 42/N.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { describe, expect, it } from "vitest";
|
||||
import type { OpenClawConfig } from "../../config/config.js";
|
||||
import { resolveMemoryFlushPromptForRun } from "./memory-flush.js";
|
||||
|
||||
describe("resolveMemoryFlushPromptForRun", () => {
|
||||
@@ -9,7 +10,7 @@ describe("resolveMemoryFlushPromptForRun", () => {
|
||||
timeFormat: "12",
|
||||
},
|
||||
},
|
||||
};
|
||||
} as OpenClawConfig;
|
||||
|
||||
it("replaces YYYY-MM-DD using user timezone and appends current time", () => {
|
||||
const prompt = resolveMemoryFlushPromptForRun({
|
||||
|
||||
Reference in New Issue
Block a user