()
| 20 | } |
| 21 | |
| 22 | function freshId(): string { |
| 23 | // Mint a fresh DO id each test so cases stay independent. |
| 24 | return env.COMPUTERD.newUniqueId().toString(); |
| 25 | } |
| 26 | |
| 27 | describe("WorkspaceProxy", () => { |
| 28 | it("answers /health with 200 and the documented body", async () => { |