test: drop core runtime import in matrix directory
This commit is contained in:
@@ -1,14 +1,14 @@
|
|||||||
import { beforeEach, describe, expect, it } from "vitest";
|
import { beforeEach, describe, expect, it } from "vitest";
|
||||||
|
|
||||||
|
import type { PluginRuntime } from "clawdbot/plugin-sdk";
|
||||||
import type { CoreConfig } from "./types.js";
|
import type { CoreConfig } from "./types.js";
|
||||||
|
|
||||||
import { matrixPlugin } from "./channel.js";
|
import { matrixPlugin } from "./channel.js";
|
||||||
import { setMatrixRuntime } from "./runtime.js";
|
import { setMatrixRuntime } from "./runtime.js";
|
||||||
import { createPluginRuntime } from "../../../src/plugins/runtime/index.js";
|
|
||||||
|
|
||||||
describe("matrix directory", () => {
|
describe("matrix directory", () => {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
setMatrixRuntime(createPluginRuntime());
|
setMatrixRuntime({} as PluginRuntime);
|
||||||
});
|
});
|
||||||
|
|
||||||
it("lists peers and groups from config", async () => {
|
it("lists peers and groups from config", async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user