| 1 | describe('tableLayout', function () { |
| 2 | const Cell = require('../src/cell'); |
| 3 | const layoutManager = require('../src/layout-manager'); |
| 4 | const { makeTableLayout, addRowSpanCells, fillInTable, computeWidths, computeHeights } = layoutManager; |
nothing calls this directly
no test coverage detected