mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 12:07:40 +00:00
test(core): trim redundant test resets and use mockClear
This commit is contained in:
@@ -19,7 +19,7 @@ vi.mock("../logging/subsystem.js", () => ({
|
||||
|
||||
describe("resolveTelegramAccount", () => {
|
||||
afterEach(() => {
|
||||
warnMock.mockReset();
|
||||
warnMock.mockClear();
|
||||
});
|
||||
|
||||
it("falls back to the first configured account when accountId is omitted", () => {
|
||||
|
||||
Reference in New Issue
Block a user