Files
openclaw/extensions/google/provider-runtime.contract.test.ts
2026-06-04 21:33:54 -04:00

5 lines
234 B
TypeScript

// Google tests cover provider runtime.contract plugin behavior.
import { describeGoogleProviderRuntimeContract } from "openclaw/plugin-sdk/provider-test-contracts";
describeGoogleProviderRuntimeContract(() => import("./index.js"));