test(zalo): trim lifecycle reset imports · openclaw/openclaw@2bec189
steipete
·
2026-04-23
·
via Recent Commits to openclaw:main
File tree
extensions/zalo/test-support
| Original file line number | Diff line number | Diff line change |
|---|
@@ -112,9 +112,6 @@ export async function resetLifecycleTestState() {
|
112 | 112 | for (const module of loadedMonitorModules) { |
113 | 113 | module.__testing.clearHostedMediaRouteRefsForTest(); |
114 | 114 | } |
115 | | -( |
116 | | -await importMonitorModule({ cacheBust: "reset-monitor", mocked: false }) |
117 | | -).__testing.clearHostedMediaRouteRefsForTest(); |
118 | 115 | loadedMonitorModules.clear(); |
119 | 116 | setActivePluginRegistry(createEmptyPluginRegistry()); |
120 | 117 | } |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。