fix: repair fs-safe ci expectations · openclaw/openclaw@9e108fa
steipete
·
2026-05-06
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -127,13 +127,6 @@ beforeEach(() => {
|
127 | 127 | relativePath, |
128 | 128 | maxBytes: options?.maxBytes, |
129 | 129 | }), |
130 | | -copyIn: async (relativePath: string, sourcePath: string, options?: { maxBytes?: number }) => |
131 | | -await rootCopyFromForTest({ |
132 | | - sourcePath, |
133 | | - rootDir, |
134 | | - relativePath, |
135 | | -maxBytes: options?.maxBytes, |
136 | | -}), |
137 | 130 | })); |
138 | 131 | mediaRootMocks.resolveChannelRemoteInboundAttachmentRoots |
139 | 132 | .mockReset() |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -56,7 +56,6 @@ const MEMORY_HOST_SDK_EXPORTS = [
|
56 | 56 | "./status", |
57 | 57 | ] as const; |
58 | 58 | const MEMORY_HOST_SDK_ALLOWED_CORE_BRIDGE_FILES = [ |
59 | | -"packages/memory-host-sdk/src/host/fs-utils.ts", |
60 | 59 | "packages/memory-host-sdk/src/host/openclaw-runtime.ts", |
61 | 60 | ] as const; |
62 | 61 | const MEMORY_HOST_SDK_RUNTIME_ADAPTER_FILES = [ |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。