fix(test): restore bundled loader coverage

This commit is contained in:
Peter Steinberger
2026-04-06 18:14:37 +01:00
parent 96b39e01b4
commit 348cd6b17a
15 changed files with 207 additions and 58 deletions

View File

@@ -25,6 +25,8 @@ const ALLOWED_CONTRACT_BUNDLED_PATH_HELPERS = new Set([
]);
const ALLOWED_CHANNEL_BUNDLED_METADATA_CONSUMERS = new Set([
"src/channels/plugins/bundled.ts",
"src/channels/plugins/contracts/runtime-artifacts.ts",
"src/channels/plugins/session-conversation.bundled-fallback.test.ts",
]);