test: stabilize loaded full-suite checks

This commit is contained in:
Peter Steinberger
2026-04-12 11:52:43 -07:00
parent d35cc6ef86
commit e4841d767d
9 changed files with 61 additions and 34 deletions

View File

@@ -13,8 +13,8 @@ const LIVE_RUNTIME_STATE_GUARDS: Record<
forbidden: readonly string[];
}
> = {
[bundledPluginFile("whatsapp", "src/active-listener.ts")]: {
required: ["globalThis", 'Symbol.for("openclaw.whatsapp.activeListenerState")'],
[bundledPluginFile("whatsapp", "src/connection-controller-registry.ts")]: {
required: ["globalThis", 'Symbol.for("openclaw.whatsapp.connectionControllerRegistry")'],
forbidden: ["resolveGlobalSingleton"],
},
};