mirror of https://github.com/openclaw/openclaw.git
test: remove stale plugin registry helper
This commit is contained in:
parent
c454fe0fb3
commit
1eba6f830c
|
|
@ -35,10 +35,6 @@ function createEmptyPluginRegistry(): PluginRegistry {
|
|||
};
|
||||
}
|
||||
|
||||
function createPluginRegistryStub(): PluginRegistry {
|
||||
return createEmptyPluginRegistry();
|
||||
}
|
||||
|
||||
const sessionBindingState = vi.hoisted(() => {
|
||||
const records = new Map<string, SessionBindingRecord>();
|
||||
let nextId = 1;
|
||||
|
|
|
|||
Loading…
Reference in New Issue