(text)
| 239 | |
| 240 | it('Supports hyperlinking cell content using the href option', () => { |
| 241 | function link(text) { |
| 242 | return hyperlink('http://example.com', text); |
| 243 | } |
| 244 | function makeTable() { |
| 245 | const table = new Table({ |
| 246 | colWidths: [11, 5, 5], |
no test coverage detected
searching dependent graphs…