Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cli-table/cli-table3
/ cell-test.js
File
cell-test.js
test/cell-test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
describe(
'Cell'
,
function
() {
2
const
colors = require(
'@colors/colors'
);
3
const
Cell = require(
'../src/cell'
);
4
const
{ ColSpanCell, RowSpanCell } = Cell;
Callers
nothing calls this directly
Calls
8
initCell
Function · 0.85
defaultChars
Function · 0.85
drawEmpty
Method · 0.80
defaultOptions
Function · 0.70
it
Function · 0.50
mergeTableOptions
Method · 0.45
init
Method · 0.45
draw
Method · 0.45
Tested by
no test coverage detected