Searched refs:tmpdirPath (Results 1 – 1 of 1) sorted by relevance
23 const tmpdirPath = path.join(tmpdir.path, 'test-policy-parse-integrity'); constant24 fs.rmSync(tmpdirPath, { maxRetries: 3, recursive: true, force: true });25 fs.mkdirSync(tmpdirPath, { recursive: true });27 const policyFilepath = path.join(tmpdirPath, 'policy');29 const parentFilepath = path.join(tmpdirPath, 'parent.js');32 const depFilepath = path.join(tmpdirPath, 'dep.js');39 const tmpdirURL = pathToFileURL(tmpdirPath);44 const packageFilepath = path.join(tmpdirPath, 'package.json');