Home
last modified time | relevance | path

Searched refs:bBinFile (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/npm/test/lib/commands/
Drebuild.js37 const bBinFile = resolve(path, 'node_modules/.bin/b') constant
41 t.throws(() => fs.statSync(bBinFile))
48 t.ok(() => fs.statSync(bBinFile))
82 const bBinFile = resolve(path, 'node_modules/.bin/b') constant
84 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') constant
131 t.throws(() => fs.statSync(bBinFile), 'should not link b bin')
160 const bBinFile = resolve(path, 'node_modules/.bin/b') constant
162 t.throws(() => fs.statSync(bBinFile))
[all …]