()
| 45 | applyGradients(variableGradients: NamedVariableMap) {} |
| 46 | |
| 47 | getConfig(): ConfigDict { |
| 48 | return {}; |
| 49 | } |
| 50 | } |
| 51 | it('registerClass fails on missing className', () => { |
| 52 | // tslint:disable-next-line:no-any |
nothing calls this directly
no outgoing calls
no test coverage detected