MCPcopy Create free account
hub / github.com/cli-table/cli-table3 / layout-manager-test.js

File layout-manager-test.js

test/layout-manager-test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1describe('layout-manager', function () {
2 const layoutManager = require('../src/layout-manager');
3 const { layoutTable, addRowSpanCells, maxWidth } = layoutManager;
4 const Cell = require('../src/cell');

Callers

nothing calls this directly

Calls 4

layoutTableFunction · 0.85
maxWidthFunction · 0.85
addRowSpanCellsFunction · 0.85
itFunction · 0.50

Tested by

no test coverage detected