MCPcopy Create free account
hub / github.com/adcontextprotocol/adcp / join-request-approval.test.ts

File join-request-approval.test.ts

server/tests/integration/join-request-approval.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect, beforeAll, afterAll, beforeEach, afterEach, vi } from 'vitest';
2
3// vi.hoisted ensures all of these are available inside vi.mock factories.
4// Env vars must be set here so AUTH_ENABLED resolves true before organizations.ts loads

Callers

nothing calls this directly

Calls 7

initializeDatabaseFunction · 0.85
runMigrationsFunction · 0.85
closeDatabaseFunction · 0.85
itFunction · 0.85
queryMethod · 0.80
startMethod · 0.45
stopMethod · 0.45

Tested by

no test coverage detected