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