Lines Matching refs:path
7 const path = require('path');
32 const packageRoot = path.join(tmpdir.path, 'node_modules', 'test');
33 const reportersDir = path.join(tmpdir.path, 'node_modules', 'test', 'reporters');
34 const indexFile = path.join(packageRoot, 'index.js');
35 const reportersIndexFile = path.join(reportersDir, 'index.js');
42 const child = spawnSync(process.execPath, argv, { cwd: tmpdir.path });
62 const dummyFile = path.join(tmpdir.path, 'file.js');