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

Function getTestDirPath

benchmark/test_runner/run-single-test-file.js:18–20  ·  view source on GitHub ↗
(numberOfTestFiles)

Source from the content-addressed store, hash-verified

16}
17
18function getTestDirPath(numberOfTestFiles) {
19 return join(tmpdir.path, `${numberOfTestFiles}-tests`);
20}
21
22function setup(numberOfTestFiles) {
23 tmpdir.refresh();

Callers 2

setupFunction · 0.85
runBenchmarkFunction · 0.85

Calls 1

joinFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…