()
| 29 | }; |
| 30 | |
| 31 | const resetValues = () => { |
| 32 | stdoutValue = ''; |
| 33 | stderrValue = ''; |
| 34 | }; |
| 35 | |
| 36 | export const stdout = () => stdoutValue; |
| 37 | export const stderr = () => stderrValue; |
no outgoing calls
no test coverage detected
searching dependent graphs…