* Generate a unique ID for hooks/matchers/commands
()
| 244 | * Generate a unique ID for hooks/matchers/commands |
| 245 | */ |
| 246 | static generateId(): string { |
| 247 | return `${Date.now()}-${Math.random().toString(36).substr(2, 9)}`; |
| 248 | } |
| 249 | } |
no outgoing calls
no test coverage detected