mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 07:51:36 +00:00
test(core): use lightweight clears in runtime and telegram setup
This commit is contained in:
@@ -19,7 +19,7 @@ import { selectStyled } from "./prompt-select-styled.js";
|
||||
|
||||
describe("selectStyled", () => {
|
||||
beforeEach(() => {
|
||||
selectMock.mockReset();
|
||||
selectMock.mockClear();
|
||||
stylePromptMessageMock.mockClear();
|
||||
stylePromptHintMock.mockClear();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user