Lines Matching refs:path
19 return readdirSync(tmpdir.path).find((file) => {
73 const fixture = fixtures.path('test-runner', 'coverage.js');
86 const fixture = fixtures.path('test-runner', 'coverage.js');
88 const options = { env: { ...process.env, NODE_V8_COVERAGE: tmpdir.path } };
99 const fixture = fixtures.path('test-runner', 'coverage.js');
113 const fixture = fixtures.path('test-runner', 'coverage.js');
115 const options = { env: { ...process.env, NODE_V8_COVERAGE: tmpdir.path } };
126 const fixture = fixtures.path('test-runner', 'coverage.js');
139 const fixture = fixtures.path('test-runner', 'coverage.js');
172 const fixture = fixtures.path('v8-coverage', 'combined_coverage');
177 env: { ...process.env, NODE_TEST_TMPDIR: tmpdir.path }