MCPcopy
hub / github.com/tinymce/tinymce / checkBasicWidth

Function checkBasicWidth

modules/snooker/src/test/ts/browser/TableSizesTest.ts:131–134  ·  view source on GitHub ↗
(expected: string[][], input: string[][], initialWidth: string, newWidth: string)

Source from the content-addressed store, hash-verified

129 };
130
131 const checkBasicWidth = (expected: string[][], input: string[][], initialWidth: string, newWidth: string) => {
132 const table = generateW(input, initialWidth);
133 checkWidth(expected, table, newWidth);
134 };
135
136 const checkRowHeight = (expectedRowHeights: string[], table: SugarElement<HTMLTableElement>, newTableHeight: string) => {
137 Insert.append(SugarBody.body(), table);

Callers 1

TableSizesTest.tsFile · 0.85

Calls 2

generateWFunction · 0.85
checkWidthFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…