mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-16 11:30:43 +00:00
test: stabilize loaded full-suite checks
This commit is contained in:
@@ -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"],
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user