MCPcopy Create free account
hub / github.com/cli-table/cli-table3 / it

Function it

examples/col-and-row-span-examples.js:8–11  ·  view source on GitHub ↗
(name, fn)

Source from the content-addressed store, hash-verified

6
7module.exports = function (runTest) {
8 function it(name, fn) {
9 let result = fn();
10 runTest(name, result[0], result[1], result[2]);
11 }
12
13 it('use colSpan to span columns - (colSpan above normal cell)', function () {
14 function makeTable() {

Callers 1

Calls 1

runTestFunction · 0.85

Tested by

no test coverage detected