mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:50:43 +00:00
test: keep twitch entry test lazy
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { describe, expect, it } from "vitest";
|
||||
import { describe } from "vitest";
|
||||
import { assertBundledChannelEntries } from "../../test/helpers/bundled-channel-entry.ts";
|
||||
import entry from "./index.js";
|
||||
import setupEntry from "./setup-entry.js";
|
||||
@@ -10,11 +10,4 @@ describe("twitch bundled entries", () => {
|
||||
expectedName: "Twitch",
|
||||
setupEntry,
|
||||
});
|
||||
|
||||
it("loads the setup-only channel plugin", () => {
|
||||
const plugin = setupEntry.loadSetupPlugin?.();
|
||||
|
||||
expect(plugin?.id).toBe("twitch");
|
||||
expect(plugin?.setupWizard).toBeDefined();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user