()
| 19 | describe('common to both', function () { |
| 20 | it('finds command on disk', function () { |
| 21 | let Command1 = function () {}; |
| 22 | Command1.prototype.printBasicHelp = td.function(); |
| 23 | Command1.prototype.printDetailedHelp = td.function(); |
| 24 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…