mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-17 04:01:05 +00:00
test(acp): harden embedded bind live coverage
This commit is contained in:
@@ -105,6 +105,12 @@ describe("bundled plugin metadata", () => {
|
||||
);
|
||||
});
|
||||
|
||||
it("keeps config schemas on all bundled plugin manifests", () => {
|
||||
for (const entry of listBundledPluginMetadata()) {
|
||||
expect(entry.manifest.configSchema).toEqual(expect.any(Object));
|
||||
}
|
||||
});
|
||||
|
||||
it("prefers built generated paths when present and falls back to source paths", () => {
|
||||
const tempRoot = createGeneratedPluginTempRoot("openclaw-bundled-plugin-metadata-");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user