MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / bot-slack.test.ts

File bot-slack.test.ts

test/bot-slack.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect } from 'vitest';
2import { createSlackTransport } from '../src/bot/adapters/slack.ts';
3import { isAuthorized } from '../src/bot/auth.ts';
4import { parseDeliveryTarget, clampForPlatform } from '../src/schedule/delivery.ts';

Callers

nothing calls this directly

Calls 4

createSlackTransportFunction · 0.90
isAuthorizedFunction · 0.90
parseDeliveryTargetFunction · 0.90
clampForPlatformFunction · 0.90

Tested by

no test coverage detected