Searched refs:readdirAsync (Results 1 – 3 of 3) sorted by relevance
102 return fs.readdirAsync(path.join(testDir, 'node_modules'))185 .then(() => fs.readdirAsync(path.join(testDir)))219 return fs.readdirAsync(path.join(testDir, 'node_modules'))260 return fs.readdirAsync(path.join(testDir))297 return fs.readdirAsync(path.join(testDir))333 return fs.readdirAsync(path.join(cacheDir, '_cacache'))
15 const readdirAsync = BB.promisify(fs.readdir) constant170 return readdirAsync(path.join(testDir, 'node_modules'))
20 const readdirAsync = BB.promisify(fs.readdir) constant282 return readdirAsync(dir)