test: trim extension teardown churn

This commit is contained in:
Peter Steinberger
2026-04-03 07:14:23 +01:00
parent 376a042ba1
commit 9bba2ec0ad
6 changed files with 4 additions and 23 deletions

View File

@@ -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();
});