mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-03 05:50:23 +00:00
test: trim extension teardown churn
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { beforeAll, beforeEach, describe, expect, it, vi } from "vitest";
|
||||
import { beforeEach, describe, expect, it, vi } from "vitest";
|
||||
import type { PluginRuntime } from "../../runtime-api.js";
|
||||
import { setMatrixRuntime } from "../runtime.js";
|
||||
import { voteMatrixPoll } from "./actions/polls.js";
|
||||
@@ -147,8 +147,6 @@ function resetMatrixSendRuntimeMocks() {
|
||||
}
|
||||
|
||||
describe("sendMessageMatrix media", () => {
|
||||
beforeAll(() => {});
|
||||
|
||||
beforeEach(() => {
|
||||
resetMatrixSendRuntimeMocks();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user