Searched refs:bBinFile (Results 1 – 1 of 1) sorted by relevance
37 const bBinFile = resolve(path, 'node_modules/.bin/b') constant41 t.throws(() => fs.statSync(bBinFile))48 t.ok(() => fs.statSync(bBinFile))82 const bBinFile = resolve(path, 'node_modules/.bin/b') constant84 t.throws(() => fs.statSync(bBinFile))89 t.ok(() => fs.statSync(bBinFile), 'should link filtered pkg bin')126 const bBinFile = resolve(path, 'node_modules/.bin/b') constant131 t.throws(() => fs.statSync(bBinFile), 'should not link b bin')160 const bBinFile = resolve(path, 'node_modules/.bin/b') constant162 t.throws(() => fs.statSync(bBinFile))[all …]