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