()
| 173 | const PR3_URL = "https://github.com/acme/widgets/pull/3"; |
| 174 | |
| 175 | function notReadyInitial() { |
| 176 | return { path: "/tmp/session/pool/pr-3", prUrl: PR3_URL, number: 3, ready: false }; |
| 177 | } |
| 178 | |
| 179 | describe("worktree-pool seeded warmup", () => { |
| 180 | test("resolve returns undefined while the warmup is in flight, then the path once it lands", async () => { |