test: update shrinkwrap packaging expectations · openclaw/openclaw@a1b05aa
vincentkoc
·
2026-05-22
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -80,6 +80,7 @@ describe("plugin npm runtime build planning", () => {
|
80 | 80 | expect(diffsRuntimePlan.packageFiles).toEqual([ |
81 | 81 | "dist/**", |
82 | 82 | "openclaw.plugin.json", |
| 83 | +"npm-shrinkwrap.json", |
83 | 84 | "README.md", |
84 | 85 | "skills/**", |
85 | 86 | ]); |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -508,6 +508,7 @@ describe("collectMissingPackPaths", () => {
|
508 | 508 | it("accepts the shipped upgrade surface when optional bundled metadata is present", () => { |
509 | 509 | expect( |
510 | 510 | collectMissingPackPaths([ |
| 511 | +"npm-shrinkwrap.json", |
511 | 512 | "dist/index.js", |
512 | 513 | "dist/entry.js", |
513 | 514 | "dist/control-ui/index.html", |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。