| 1 | import crypto from 'node:crypto' |
| 2 | import { NextRequest } from 'next/server' |
| 3 | import { describe, expect, it } from 'vitest' |
| 4 | import { validateZoomSignature, zoomHandler } from '@/lib/webhooks/providers/zoom' |
nothing calls this directly
no test coverage detected