mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 08:00:42 +00:00
test(contracts): count passthrough replay helpers as boundary coverage
This commit is contained in:
@@ -30,6 +30,7 @@ const SHARED_FAMILY_HOOK_PATTERNS: ReadonlyArray<{
|
||||
const PROVIDER_BOUNDARY_TEST_SIGNALS = [
|
||||
/\bregister(?:Single)?ProviderPlugin\s*\(/u,
|
||||
/\bcreateTestPluginApi\s*\(/u,
|
||||
/\bexpectPassthroughReplayPolicy\s*\(/u,
|
||||
] as const;
|
||||
const EXPECTED_SHARED_FAMILY_CONTRACTS: Record<string, ExpectedSharedFamilyContract> = {
|
||||
"amazon-bedrock": {
|
||||
|
||||
Reference in New Issue
Block a user