(prefix: string)
| 30 | } |
| 31 | |
| 32 | function uniqueSessionId(prefix: string): string { |
| 33 | return `${prefix}-${randomUUID().replace(/-/g, "")}`; |
| 34 | } |
| 35 | |
| 36 | it("should report remote control status as off", { timeout: 120_000 }, async () => { |
| 37 | const client = createDedicatedClient(); |
no outgoing calls
no test coverage detected
searching dependent graphs…