test: align release branch expectations

This commit is contained in:
Peter Steinberger
2026-05-03 15:11:35 +01:00
parent 4457ddd489
commit 7488d8f1fe
2 changed files with 2 additions and 4 deletions

View File

@@ -307,7 +307,7 @@ describe("bundled plugin package dependency checks", () => {
}
});
it("still requires root deps for root-owned installed chunks", () => {
it("allows root-owned chunks to import externalized optional runtime deps", () => {
const tempRoot = mkdtempSync(join(tmpdir(), "openclaw-root-owned-installed-missing-"));
try {