(text)
| 20 | */ |
| 21 | // eslint-disable-next-line no-unused-vars |
| 22 | addDescription(text){ |
| 23 | throw new NotImplementedError(); |
| 24 | } |
| 25 | |
| 26 | get input(){ |
| 27 | let input = this.querySelector('input'); |
nothing calls this directly
no outgoing calls
no test coverage detected