()
| 215 | } |
| 216 | |
| 217 | resetApplication() { |
| 218 | const screenElement = this.refs.root |
| 219 | |
| 220 | ReactDOM.unmountComponentAtNode(screenElement) |
| 221 | } |
| 222 | |
| 223 | evaluate(filename, code) { |
| 224 | const wrapped = prefix + code + getSuffix(filename) |
no outgoing calls
no test coverage detected