mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 06:40:44 +00:00
test(mattermost): drop duplicate api smoke
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
import { describe, expect, it } from "vitest";
|
||||
|
||||
describe("mattermost bundled api seam", () => {
|
||||
it("loads the narrow channel plugin api", async () => {
|
||||
const mod = await import("./channel-plugin-api.js");
|
||||
|
||||
expect(Object.keys(mod).toSorted()).toEqual(["mattermostPlugin", "mattermostSetupPlugin"]);
|
||||
expect(mod.mattermostPlugin.id).toBe("mattermost");
|
||||
expect(mod.mattermostSetupPlugin.id).toBe("mattermost");
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user