mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 17:00:50 +00:00
test(package): cover stale source plugin shadows
Co-authored-by: Vincent Koc <vincentkoc@ieee.org>
This commit is contained in:
committed by
Peter Steinberger
parent
112924b113
commit
0fc8afeac9
@@ -253,6 +253,11 @@ describe("package artifact reuse", () => {
|
||||
expect(publishedUpgradeSurvivor).toContain(
|
||||
"assert_legacy_plugin_dependency_debris_before_doctor",
|
||||
);
|
||||
expect(publishedUpgradeSurvivor.indexOf("phase seed-source-only-plugin-shadow")).toBeLessThan(
|
||||
publishedUpgradeSurvivor.indexOf("phase assert-baseline"),
|
||||
);
|
||||
expect(publishedUpgradeSurvivor).toContain('"id": "opik-openclaw"');
|
||||
expect(publishedUpgradeSurvivor).toContain('"configSchema": {');
|
||||
expect(publishedUpgradeSurvivor).toContain(
|
||||
"Legacy plugin dependency debris was already removed before doctor",
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user