()
| 6420 | numChars: 14 |
| 6421 | }); |
| 6422 | function max_length() { |
| 6423 | var lines = term.signature().split('\n'); |
| 6424 | return Math.max.apply(null, lines.map(function(line) { |
| 6425 | return $.terminal.length(line); |
| 6426 | })); |
| 6427 | } |
| 6428 | it('should return space', function() { |
| 6429 | expect(term.signature()).toEqual(''); |
| 6430 | }); |
no test coverage detected
searching dependent graphs…