@saazip/webhook-core-testing
Sources:
packages/testing/package.json|packages/testing/src/index.ts
Purpose
Section titled “Purpose”Test helpers and fixtures for downstream WebhookCore adoption.
What it gives you
Section titled “What it gives you”- a dedicated place for endpoint and delivery fixtures
- a reusable seam for delivery integration tests
Use this when
Section titled “Use this when”- your product wants to test WebhookCore-backed outbound delivery flows
Workspace details
Section titled “Workspace details”- Package name:
@saazip/webhook-core-testing - Workspace path:
packages/testing
Internal dependencies
Section titled “Internal dependencies”- None
External dependencies
Section titled “External dependencies”- None
Usually paired with
Section titled “Usually paired with”Scripts
Section titled “Scripts”build:tsc -p tsconfig.jsontypecheck:tsc --noEmit -p tsconfig.jsonlint:biome check src package.json tsconfig.json