(framework: Framework)
| 129 | } |
| 130 | |
| 131 | export function __testRegisterFramework(framework: Framework) { |
| 132 | frameworks.push(framework) |
| 133 | } |
| 134 | |
| 135 | export function __testClearFrameworks() { |
| 136 | frameworks.length = 0 |
no outgoing calls
no test coverage detected