Lines Matching refs:tmpDir
37 const tmpDir = tmpdir.path;
55 return path.join(tmpDir, p);
58 const targetsAbsDir = path.join(tmpDir, 'targets');
59 const tmpAbsDir = tmpDir;
106 const entry = `${tmpDir}/symlink`;
107 const expected = `${tmpDir}/cycles/root.js`;
109 [entry, `../${path.basename(tmpDir)}/cycles/root.js`],
225 const entry = path.join(tmpDir, '/cycles/realpath-3a');
228 [path.join(tmpDir, '/cycles/realpath-3b'), '../cycles/realpath-3c'],
229 [path.join(tmpDir, '/cycles/realpath-3c'), '../cycles/realpath-3a'],
254 const cycles = `${tmpDir}/cycles`;
281 path.join(`${tmpDir}/cycles/realpath-3a`));
282 const expected = `${tmpDir}/cycles/root.js`;
285 [`${tmpDir}/cycles/realpath-3b`, '../cycles/realpath-3c'],
286 [`${tmpDir}/cycles/realpath-3c`, 'root.js'],
319 // /tmp/node-test-realpath-f1 -> $tmpDir/node-test-realpath-d1/foo
320 // /tmp/node-test-realpath-d1 -> $tmpDir/node-test-realpath-d2
321 // /tmp/node-test-realpath-d2/foo -> $tmpDir/node-test-realpath-f2
323 // -> $tmpDir/targets/nested-index/one/realpath-c
324 // $tmpDir/targets/nested-index/one/realpath-c
325 // -> $tmpDir/targets/nested-index/two/realpath-c
326 // $tmpDir/targets/nested-index/two/realpath-c -> $tmpDir/cycles/root.js
327 // $tmpDir/targets/cycles/root.js (hard)
339 [entry, `${tmpDir}/node-test-realpath-d1/foo`],
341 `${tmpDir}/node-test-realpath-d2`],
348 `${tmpDir}/cycles/root.js`],