mirror of https://github.com/openclaw/openclaw.git
test: fix vitest harness typing
This commit is contained in:
parent
a429380e33
commit
200aa441df
|
|
@ -6,6 +6,7 @@ vi.mock("../pi-model-discovery.js", () => ({
|
|||
}));
|
||||
|
||||
import type { OpenClawConfig } from "../../config/config.js";
|
||||
import { discoverModels } from "../pi-model-discovery.js";
|
||||
import { buildInlineProviderModels, resolveModel } from "./model.js";
|
||||
import {
|
||||
makeModel,
|
||||
|
|
|
|||
Loading…
Reference in New Issue