mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-16 17:00:51 +00:00
fix(release): restore main release checks
This commit is contained in:
@@ -683,15 +683,15 @@ describe("plugin-sdk subpath exports", () => {
|
||||
]);
|
||||
expectSourceContains(
|
||||
"memory-core-host-runtime-core",
|
||||
'export * from "../memory-host-sdk/runtime-core.js";',
|
||||
'export * from "../../packages/memory-host-sdk/src/runtime-core.js";',
|
||||
);
|
||||
expectSourceContains(
|
||||
"memory-core-host-runtime-cli",
|
||||
'export * from "../memory-host-sdk/runtime-cli.js";',
|
||||
'export * from "../../packages/memory-host-sdk/src/runtime-cli.js";',
|
||||
);
|
||||
expectSourceContains(
|
||||
"memory-core-host-runtime-files",
|
||||
'export * from "../memory-host-sdk/runtime-files.js";',
|
||||
'export * from "../../packages/memory-host-sdk/src/runtime-files.js";',
|
||||
);
|
||||
expectSourceMentions("plugin-test-runtime", [
|
||||
"registerSingleProviderPlugin",
|
||||
|
||||
Reference in New Issue
Block a user