docs(events-amqp): Testing section + API reference for the FakeAmqpAdapter subpath (connectum#203)#63
Merged
Merged
Conversation
3 tasks
intech
added a commit
to Connectum-Framework/connectum
that referenced
this pull request
Jul 5, 2026
…erence entry points (#203) (#225) ## Summary Follow-up to #224: the new `@connectum/events-amqp/testing` subpath was not listed in the package's TypeDoc `entryPoints`, so `pnpm docs:api` silently omitted the `FakeAmqpAdapter` API pages (the docs-repo pages were generated with this fix applied locally — without it, the next full regen would drop them again). - `packages/events-amqp/typedoc.json`: `entryPoints` += `src/testing.ts`. ## Change type - [x] Documentation / tooling (no runtime change) - [ ] New feature - [ ] Breaking change ## Test plan - `pnpm docs:api` regenerates the API reference with 8 new `testing/` pages (`FakeAmqpAdapter`, `FakeAmqpControl`, options/result types) — verified locally; the generated pages shipped in Connectum-Framework/docs#63. - CI: full pipeline green (docs-only change; no package behavior affected). ## Parity coverage N/A — TypeDoc configuration only; no runtime or contract surface. ## Related - #224 (the subpath this documents), #203 (the feature issue) - Connectum-Framework/docs#63 (the docs companion generated with this fix) 🤖 Generated with [Claude Code](https://claude.com/claude-code) https://claude.ai/code/session_015Sp8jYmRXyvUmsErDuNJvt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documentation companion for connectum#224 (issue connectum#203) — the final PR of the 1.3.0 events-resilience cluster:
en/packages/events-amqp.md: new Testing section — the@connectum/events-amqp/testingsubpath withFakeAmqpAdapter: FIFO publish outcomes (incl. the deterministicAmqpPublishTimeoutErrorstate-UNKNOWN case), the deterministic lifecycle control surface, delivery with settlement counts, the parity contract, documented divergences, a test-double selection tip, and the subpath exports table (checked against the actual exports).en/packages/events.md: the #203 forward reference in the DI/testing guidance flipped to present tense with a link to the new section.en/api/: regenerated API reference — adds thetestingsubpath module pages (FakeAmqpAdapter,FakeAmqpControl,FakeAmqpAdapterOptions,FakeAmqpAdapterInstance,FakePublishOutcome,FakePublishedRecord,FakeDeliveryResult).Validation
pnpm docs:buildgreen (no dead links).🤖 Generated with Claude Code
https://claude.ai/code/session_015Sp8jYmRXyvUmsErDuNJvt