()
| 21 | }); |
| 22 | } |
| 23 | function notFound() { |
| 24 | return Promise.resolve({ ok: false, status: 404, text: () => Promise.resolve("nf") }); |
| 25 | } |
| 26 | |
| 27 | describe("message projection (v1 contract)", () => { |
| 28 | it("maps v1 review_status/delivery_status onto the app fields", async () => { |