(name)
| 51 | } |
| 52 | |
| 53 | function stubValidateAndRun(name) { |
| 54 | commands[name] = require(`../../../lib/commands/${name}`); |
| 55 | |
| 56 | return td.replace(commands[name].prototype, 'validateAndRun', td.function()); |
| 57 | } |
| 58 | |
| 59 | function stubRun(name) { |
| 60 | commands[name] = require(`../../../lib/commands/${name}`); |
no outgoing calls
no test coverage detected
searching dependent graphs…