MCPcopy Create free account
hub / github.com/ShipSecAI/studio / webhooks.service.spec.ts

File webhooks.service.spec.ts

backend/src/webhooks/__tests__/webhooks.service.spec.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { BadRequestException, NotFoundException } from '@nestjs/common';
2import { beforeEach, describe, expect, it } from 'bun:test';
3import type { WebhookConfigurationRecord, WebhookDeliveryRecord } from '../../database/schema';
4import type { AuthContext } from '../../auth/types';

Callers

nothing calls this directly

Calls 10

listMethod · 0.65
getMethod · 0.65
createMethod · 0.45
updateMethod · 0.45
deleteMethod · 0.45
findByIdMethod · 0.45
regeneratePathMethod · 0.45
getUrlMethod · 0.45
listDeliveriesMethod · 0.45
getDeliveryMethod · 0.45

Tested by

no test coverage detected