Searched refs:filepathOne (Results 1 – 2 of 2) sorted by relevance
38 const filepathOne = path.join(testDir, filenameOne); constant57 fs.writeFileSync(filepathOne, 'hello');60 () => { fs.watchFile(filepathOne); },65 fs.watchFile(filepathOne, function() {66 fs.unwatchFile(filepathOne);71 fs.writeFileSync(filepathOne, 'world');
19 const filepathOne = path.join(testsubdir, filenameOne); constant46 fs.writeFileSync(filepathOne, 'world');49 fs.writeFileSync(filepathOne, 'world');