(text)
| 3337 | }; |
| 3338 | |
| 3339 | const setCommand = (text) => { |
| 3340 | if (!commandEl) return; |
| 3341 | commandEl.textContent = String(text || ''); |
| 3342 | }; |
| 3343 | |
| 3344 | const setTestOutput = (text) => { |
| 3345 | if (!testOutEl) return; |
no outgoing calls
no test coverage detected