A terminal-row seed so the post-release `pb.update` has a row to patch.
()
| 4304 | describe("FleetQueueClient.report", () => { |
| 4305 | /** A terminal-row seed so the post-release `pb.update` has a row to patch. */ |
| 4306 | function seededRow(): JobRow { |
| 4307 | return { ...jobView({ id: "j1" }), payload: samplePayload() }; |
| 4308 | } |
| 4309 | |
| 4310 | it("maps an all-green result to releaseJob(done)", async () => { |
| 4311 | const { pb } = makeFakePb([seededRow()]); |
no test coverage detected
searching dependent graphs…