(name)
| 57 | } |
| 58 | |
| 59 | function stubRun(name) { |
| 60 | commands[name] = require(`../../../lib/commands/${name}`); |
| 61 | return td.replace(commands[name].prototype, 'run', td.function()); |
| 62 | } |
| 63 | |
| 64 | describe('Unit: CLI', function () { |
| 65 | beforeEach(function () { |
no outgoing calls
no test coverage detected
searching dependent graphs…