()
| 41 | } |
| 42 | |
| 43 | function stubCallHelp() { |
| 44 | return td.replace(CLI.prototype, 'callHelp', td.function()); |
| 45 | } |
| 46 | |
| 47 | function stubValidateAndRunHelp(name) { |
| 48 | let stub = stubValidateAndRun(name); |
no outgoing calls
no test coverage detected
searching dependent graphs…