()
| 133 | } |
| 134 | |
| 135 | export function __testClearFrameworks() { |
| 136 | frameworks.length = 0 |
| 137 | } |
| 138 | |
| 139 | export function registerFramework(framework: FrameworkDefinition) { |
| 140 | const { addOns, base, ...rest } = framework |
no outgoing calls
no test coverage detected