| 72 | } |
| 73 | |
| 74 | export interface IConstructor<T> { |
| 75 | new (attributes?: any, options?: any): T; |
| 76 | } |
| 77 | |
| 78 | export function createTestModel<T extends widgets.WidgetModel>( |
| 79 | constructor: IConstructor<T>, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…