Searched refs:tmpFilePath (Results 1 – 1 of 1) sorted by relevance
14 const tmpFilePath = join(process.env.NODE_TEST_TMPDIR, 'temp-module.js'); constant15 writeFileSync(tmpFilePath, `22 const tempModule = require(tmpFilePath);25 unlinkSync(tmpFilePath);