mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-30 22:10:20 +00:00
test(core): use lightweight clears in runtime and telegram setup
This commit is contained in:
@@ -10,7 +10,7 @@ import { createPluginRuntime } from "./index.js";
|
||||
|
||||
describe("plugin runtime command execution", () => {
|
||||
beforeEach(() => {
|
||||
runCommandWithTimeoutMock.mockReset();
|
||||
runCommandWithTimeoutMock.mockClear();
|
||||
});
|
||||
|
||||
it("exposes runtime.system.runCommandWithTimeout by default", async () => {
|
||||
|
||||
Reference in New Issue
Block a user