chore: Fix types in tests 44/N.

This commit is contained in:
cpojer
2026-02-17 15:49:00 +09:00
parent 688f86bf28
commit 52ad28e097
20 changed files with 44 additions and 32 deletions

View File

@@ -1,5 +1,6 @@
import { describe, expect, it } from "vitest";
import { resolveSkillsPromptForRun } from "./skills.js";
import type { SkillEntry } from "./skills/types.js";
describe("resolveSkillsPromptForRun", () => {
it("prefers snapshot prompt when available", () => {
@@ -17,6 +18,7 @@ describe("resolveSkillsPromptForRun", () => {
filePath: "/app/skills/demo-skill/SKILL.md",
baseDir: "/app/skills/demo-skill",
source: "openclaw-bundled",
disableModelInvocation: false,
},
frontmatter: {},
};