()
| 68 | * @returns {boolean} |
| 69 | */ |
| 70 | export function isUnitTestExecution(): boolean { |
| 71 | return _isUnitTestExecution; |
| 72 | } |
| 73 | export function setUnitTestExecution(enabled: boolean) { |
| 74 | _isUnitTestExecution = enabled; |
| 75 | } |
no outgoing calls
no test coverage detected