style: apply biome formatting

This commit is contained in:
Peter Steinberger
2025-12-23 02:49:49 +01:00
parent 6fad79f581
commit a5f4332f21
6 changed files with 11 additions and 10 deletions

View File

@@ -60,10 +60,7 @@ describe("models config", () => {
await ensureClawdisModelsJson(MODELS_CONFIG);
const modelPath = path.join(
resolveClawdisAgentDir(),
"models.json",
);
const modelPath = path.join(resolveClawdisAgentDir(), "models.json");
const raw = await fs.readFile(modelPath, "utf8");
const parsed = JSON.parse(raw) as {
providers: Record<string, { baseUrl?: string }>;