fix: repair ci contract and whatsapp test stubs

This commit is contained in:
Peter Steinberger
2026-04-07 08:09:21 +01:00
parent 087eb621ff
commit 58744f3d87
4 changed files with 8 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ const SRC_ROOT = resolve(dirname(fileURLToPath(import.meta.url)), "../..");
const REPO_ROOT = resolve(SRC_ROOT, "..");
const ALLOWED_BUNDLED_CAPABILITY_METADATA_CONSUMERS = new Set([
"src/media-generation/provider-capabilities.contract.test.ts",
"src/plugins/bundled-capability-metadata.test.ts",
"src/plugins/contracts/boundary-invariants.test.ts",
]);