mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 17:10:49 +00:00
fix(plugins): persist clawhub artifact metadata
This commit is contained in:
@@ -308,5 +308,7 @@ describe("docker build helper", () => {
|
||||
expect(clawhub).toContain("clawhub:@openclaw/kitchen-sink");
|
||||
expect(assertions).toContain("clawhub-updated");
|
||||
expect(assertions).toContain("record.clawpackSha256");
|
||||
expect(assertions).toContain("record.artifactKind");
|
||||
expect(assertions).toContain("record.npmIntegrity");
|
||||
});
|
||||
});
|
||||
|
||||
@@ -132,6 +132,8 @@ describe("scripts/lib/plugin-prerelease-test-plan.mjs", () => {
|
||||
expect(assertionsScript).toContain("record.source !== source");
|
||||
expect(assertionsScript).toContain("record.clawhubPackage !== packageName");
|
||||
expect(assertionsScript).toContain("record.clawpackSha256");
|
||||
expect(assertionsScript).toContain("record.artifactKind");
|
||||
expect(assertionsScript).toContain("record.npmIntegrity");
|
||||
expect(assertionsScript).toContain("assertClawHubExternalInstallContract");
|
||||
expect(assertionsScript).toContain("expectedErrorMessages");
|
||||
expect(assertionsScript).toContain(
|
||||
|
||||
Reference in New Issue
Block a user