fix: repair fs-safe ci expectations

This commit is contained in:
Peter Steinberger
2026-05-06 02:56:12 +01:00
parent b43efd3793
commit 9e108fa9a7
2 changed files with 0 additions and 8 deletions

View File

@@ -127,13 +127,6 @@ beforeEach(() => {
relativePath,
maxBytes: options?.maxBytes,
}),
copyIn: async (relativePath: string, sourcePath: string, options?: { maxBytes?: number }) =>
await rootCopyFromForTest({
sourcePath,
rootDir,
relativePath,
maxBytes: options?.maxBytes,
}),
}));
mediaRootMocks.resolveChannelRemoteInboundAttachmentRoots
.mockReset()

View File

@@ -56,7 +56,6 @@ const MEMORY_HOST_SDK_EXPORTS = [
"./status",
] as const;
const MEMORY_HOST_SDK_ALLOWED_CORE_BRIDGE_FILES = [
"packages/memory-host-sdk/src/host/fs-utils.ts",
"packages/memory-host-sdk/src/host/openclaw-runtime.ts",
] as const;
const MEMORY_HOST_SDK_RUNTIME_ADAPTER_FILES = [