mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-29 09:02:02 +03:00
test: fix vitest harness typing
This commit is contained in:
@@ -6,6 +6,7 @@ vi.mock("../pi-model-discovery.js", () => ({
|
|||||||
}));
|
}));
|
||||||
|
|
||||||
import type { OpenClawConfig } from "../../config/config.js";
|
import type { OpenClawConfig } from "../../config/config.js";
|
||||||
|
import { discoverModels } from "../pi-model-discovery.js";
|
||||||
import { buildInlineProviderModels, resolveModel } from "./model.js";
|
import { buildInlineProviderModels, resolveModel } from "./model.js";
|
||||||
import {
|
import {
|
||||||
makeModel,
|
makeModel,
|
||||||
|
|||||||
Reference in New Issue
Block a user