()
| 81 | } |
| 82 | |
| 83 | async function flushAsync(): Promise<void> { |
| 84 | for (let i = 0; i < 5; i += 1) await Promise.resolve(); |
| 85 | } |
| 86 | |
| 87 | describe("PRContextLiveCache", () => { |
| 88 | test("shares one in-flight refresh across warmup, GET, and watchers", async () => { |
no test coverage detected