()
| 91 | } |
| 92 | |
| 93 | const requestUpdate = () => this.requestPomodoroUpdate(); |
| 94 | this.pomodoroEventRefs = [ |
| 95 | this.plugin.emitter.on(EVENT_POMODORO_START, requestUpdate), |
| 96 | this.plugin.emitter.on(EVENT_POMODORO_TICK, requestUpdate), |
no test coverage detected