(prefix: string)
| 91 | } |
| 92 | |
| 93 | function unique(prefix: string) { |
| 94 | return `${prefix}-${Math.random().toString(36).slice(2)}` |
| 95 | } |
| 96 | |
| 97 | function restoreEnv() { |
| 98 | Object.entries(originalEnv).forEach(([key, value]) => { |
no outgoing calls
no test coverage detected