MCPcopy Index your code
hub / github.com/cli-table/cli-table3 / expected

Function expected

test/utils-test.js:394–394  ·  view source on GitHub ↗
(u, t)

Source from the content-addressed store, hash-verified

392 const url = 'http://example.com';
393 const text = 'hello link';
394 const expected = (u, t) => `\x1B]8;;${u}\x07${t}\x1B]8;;\x07`;
395 it('wraps text with link', () => {
396 expect(utils.hyperlink(url, text)).toEqual(expected(url, text));
397 });

Callers 1

utils-test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…