()
| 21 | } |
| 22 | |
| 23 | function defaultChars() { |
| 24 | return { |
| 25 | top: '─', |
| 26 | topMid: '┬', |
| 27 | topLeft: '┌', |
| 28 | topRight: '┐', |
| 29 | bottom: '─', |
| 30 | bottomMid: '┴', |
| 31 | bottomLeft: '└', |
| 32 | bottomRight: '┘', |
| 33 | left: '│', |
| 34 | leftMid: '├', |
| 35 | mid: '─', |
| 36 | midMid: '┼', |
| 37 | right: '│', |
| 38 | rightMid: '┤', |
| 39 | middle: '│', |
| 40 | }; |
| 41 | } |
| 42 | |
| 43 | describe('constructor', function () { |
| 44 | it('colSpan and rowSpan default to 1', function () { |
no outgoing calls
no test coverage detected
searching dependent graphs…