mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-13 15:47:28 +00:00
test: tighten plugin boundary report assertions
This commit is contained in:
@@ -31,7 +31,8 @@ describe("plugin-boundary-report", () => {
|
||||
};
|
||||
};
|
||||
|
||||
expect(result).toMatchObject({ exitCode: 0, stderr: "" });
|
||||
expect(result.exitCode).toBe(0);
|
||||
expect(result.stderr).toBe("");
|
||||
const pluginSdk = requirePluginSdkSummary(summary);
|
||||
expect(pluginSdk.crossOwnerReservedImportCount).toBe(0);
|
||||
expect(pluginSdk.unusedReservedCount).toBe(0);
|
||||
|
||||
Reference in New Issue
Block a user