(el: DebugElement, text: string)
| 93 | }); |
| 94 | |
| 95 | function assertDebugElementText(el: DebugElement, text: string) { |
| 96 | expect(el.nativeElement.innerText.trim().toUpperCase()).toBe(text); |
| 97 | } |
| 98 | |
| 99 | function setActivePlugin(activePlugin: PluginId | null) { |
| 100 | store.overrideSelector(getActivePlugin, activePlugin); |
no outgoing calls
no test coverage detected
searching dependent graphs…