(enabled: boolean)
| 57 | return _isTestExecution || isUnitTestExecution(); |
| 58 | } |
| 59 | export function setTestExecution(enabled: boolean) { |
| 60 | _isTestExecution = enabled; |
| 61 | } |
| 62 | |
| 63 | let _isUnitTestExecution = false; |
| 64 | /** |
no outgoing calls
no test coverage detected