(args)
| 706 | |
| 707 | describe('Global command options', function () { |
| 708 | let verboseCommand = function (args) { |
| 709 | return ember(['fake-command', '--verbose'].concat(args)); |
| 710 | }; |
| 711 | |
| 712 | describe('--verbose', function () { |
| 713 | describe('option parsing', function () { |
no test coverage detected
searching dependent graphs…