mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 14:00:47 +00:00
fix: repair release validation follow-up checks
This commit is contained in:
@@ -421,7 +421,7 @@ describe("createEmbeddedLobsterRunner", () => {
|
||||
await loadEmbeddedToolRuntimeFromPackage();
|
||||
|
||||
const corePath = requireForTest.resolve("@clawdbot/lobster/core");
|
||||
const validationPath = corePath.replace(/\/core\/index\.js$/, "/validation.js");
|
||||
const validationPath = path.join(path.dirname(path.dirname(corePath)), "validation.js");
|
||||
const validationModule = (await import(pathToFileURL(validationPath).href)) as {
|
||||
sharedAjv: import("ajv").default;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user