/** * Focused tests for the `contentEnricher` hook on `quoteEntity`. The * full quote path needs a real DB — these tests stub the drizzle * insert chain just enough to verify the hook's call contract: * - Called with the right input when wired and live-resolve succeeds. * - Result attached to the quote response as `shape`. * - Errors swallowed + reported via `onEnricherError` instead of * failing the quote. * - Skipped when the entity is not available (failed live-resolve). */ export {}; //# sourceMappingURL=quote-enricher.test.d.ts.map