()
| 9001 | }); |
| 9002 | } |
| 9003 | getState() { |
| 9004 | return { ...this.state, mode: this.state.modes[this.state.currentModeIndex] }; |
| 9005 | } |
| 9006 | setState(newState) { |
| 9007 | const oldState = { ...this.state }; |
| 9008 | if (newState.mode) { |
no outgoing calls
no test coverage detected