mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 08:02:42 +00:00
test(infra): use lightweight clears in message action threading setup
This commit is contained in:
@@ -113,8 +113,8 @@ describe("runMessageAction threading auto-injection", () => {
|
|||||||
|
|
||||||
afterEach(() => {
|
afterEach(() => {
|
||||||
setActivePluginRegistry(createTestRegistry([]));
|
setActivePluginRegistry(createTestRegistry([]));
|
||||||
mocks.executeSendAction.mockReset();
|
mocks.executeSendAction.mockClear();
|
||||||
mocks.recordSessionMetaFromInbound.mockReset();
|
mocks.recordSessionMetaFromInbound.mockClear();
|
||||||
});
|
});
|
||||||
|
|
||||||
it.each([
|
it.each([
|
||||||
|
|||||||
Reference in New Issue
Block a user