mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-26 16:06:16 +00:00
test(contracts): remove dead session binding helper
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
import { describe, expect, it } from "vitest";
|
||||
import { sessionBindingContractChannelIds } from "../../../src/channels/plugins/contracts/manifest.js";
|
||||
|
||||
export function describeSessionBindingContractCoverage(channelIds: readonly string[]) {
|
||||
describe("session binding contract coverage", () => {
|
||||
for (const channelId of channelIds) {
|
||||
it(`includes ${channelId} in the shared session binding contract registry`, () => {
|
||||
expect(sessionBindingContractChannelIds).toContain(channelId);
|
||||
});
|
||||
}
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user