()
| 212 | } |
| 213 | |
| 214 | reportResults () { |
| 215 | return (typeof this.updateCallback === 'function' ? this.updateCallback({ test: this, state: this.state, testLogs: this.extractTestLogs() }) : undefined) |
| 216 | } |
| 217 | |
| 218 | processSingleGameResults (e) { |
| 219 | this.goals = e.goalStates |
no test coverage detected