MCPcopy Create free account
hub / github.com/adcontextprotocol/adcp / perspective-assets.test.ts

File perspective-assets.test.ts

server/tests/integration/perspective-assets.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect, beforeAll, afterAll, vi } from 'vitest';
2
3// Mock WorkOS client before any imports that depend on it
4vi.mock('../../src/auth/workos-client.js', () => ({

Callers

nothing calls this directly

Calls 15

initializeDatabaseFunction · 0.85
runMigrationsFunction · 0.85
closeDatabaseFunction · 0.85
itFunction · 0.85
createTestPngFunction · 0.85
createTestPdfFunction · 0.85
getAssetsByPerspectiveFunction · 0.85
getAssetDataFunction · 0.85
getAssetByTypeFunction · 0.85
deleteAssetFunction · 0.85
queryMethod · 0.80
setTestUserFunction · 0.70

Tested by

no test coverage detected