mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 16:50:43 +00:00
8 lines
306 B
TypeScript
8 lines
306 B
TypeScript
import { fileURLToPath } from "node:url";
|
|
import { describeVllmProviderDiscoveryContract } from "../../test/helpers/plugins/provider-discovery-contract.js";
|
|
|
|
describeVllmProviderDiscoveryContract({
|
|
load: () => import("./index.js"),
|
|
apiModuleId: fileURLToPath(new URL("./api.js", import.meta.url)),
|
|
});
|