/** * Render GitHub URL Tests — Feedback Pipeline URL Builder * * Tests the GitHub issue draft URL builder with privacy-preserving redaction. * This function is used to create feedback submission URLs. * * ERR checklist: * - ERR-001/005: no `as FeedbackType` cast; use isFeedbackType validator * - ERR-009/010: fail loud on invalid input * - ERR-014/016: bounded body (MAX_URL_BODY_LENGTH) */ export {}; //# sourceMappingURL=render-github-url.test.d.ts.map