• Home
  • Raw
  • Download

Lines Matching refs:home

43     home: {  property
49 const home = join(temp, 'home') constant
51 const sandbox = new Sandbox(t, { global, project, home }) field
65 home: { property
71 const home = join(temp, 'home') constant
73 const sandbox = new Sandbox(t, { global, project, home }) field
87 home: { property
93 const home = join(temp, 'home') constant
95 const sandbox = new Sandbox(t, { global, project, home }) field
135 const home = t.testdir({ constant
139 const sandbox = new Sandbox(t, { home }) field
144 const contents = await fs.readFile(join(home, '.npmrc'), { encoding: 'utf8' })
150 const home = t.testdir({ constant
154 const sandbox = new Sandbox(t, { home }) field
160 const contents = await fs.readFile(join(home, '.npmrc'), { encoding: 'utf8' })
245 const home = t.testdir({ constant
249 const sandbox = new Sandbox(t, { home }) field
255 await t.rejects(fs.stat(join(home, '.npmrc'), { encoding: 'utf8' }), 'removed empty config')
259 const home = t.testdir({ constant
263 const sandbox = new Sandbox(t, { home }) field
269 const contents = await fs.readFile(join(home, '.npmrc'), { encoding: 'utf8' })
275 const home = t.testdir({ constant
279 const sandbox = new Sandbox(t, { home }) field
285 const contents = await fs.readFile(join(home, '.npmrc'), { encoding: 'utf8' })
291 const home = t.testdir({ constant
295 const sandbox = new Sandbox(t, { home }) field
302 const contents = await fs.readFile(join(home, '.npmrc'), { encoding: 'utf8' })
316 [['invalid config', 'access="foo"', `set in ${join(sandbox.home, '.npmrc')}`]],
403 const home = t.testdir({ constant
410 const sandbox = new Sandbox(t, { home, env: { EDITOR } }) property
416 [join(sandbox.home, '.npmrc')],
420 const contents = await fs.readFile(join(home, '.npmrc'), { encoding: 'utf8' })
443 [join(sandbox.home, '.npmrc')],
450 const home = t.testdir({ constant
454 const sandbox = new Sandbox(t, { home }) field
464 home: { property
472 home: join(root, 'home'), property
505 home: { property
513 home: join(root, 'home'), property