MCPcopy Index your code
hub / github.com/nodejs/node / getTestId

Function getTestId

lib/internal/test_runner/reporter/rerun.js:18–20  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

16 const roots = [];
17
18 function getTestId(data) {
19 return `${relative(globalOptions.cwd, data.file)}:${data.line}:${data.column}`;
20 }
21
22 function startTest(data) {
23 const originalSuite = currentSuite;

Callers 1

reportRerunsFunction · 0.85

Calls 1

relativeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…