(text: string)
| 201 | } |
| 202 | |
| 203 | export function log(text: string) { |
| 204 | // eslint-disable-next-line no-console |
| 205 | console.log(yellow('E2E: ' + text)); |
| 206 | } |
| 207 | |
| 208 | export const DEFAULT_TIMEOUT = process.env.CI ? 120000 : 30000; |
no outgoing calls
no test coverage detected