Home
last modified time | relevance | path

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

/third_party/node/deps/npm/test/need-npm5-update/
Dmove-no-clobber-dest-node-modules.js10 function fixturepath () { function
57 modc: fixturepath('modc@1.0.0')
70 moda: fixturepath('moda@1.0.1'),
71 modb: fixturepath('modb@1.0.0')
79 _requested: { rawSpec: fixturepath('moda@1.0.0') },
81 modb: fixturepath('modb@1.0.0')
111 common.npm('install', {cwd: fixturepath('modb@1.0.0')}, function (err, code, stdout, stderr) {
115 cwd: fixturepath('node_modules', 'moda')
128 exists(t, fixturepath('node_modules', 'moda'), 'moda')
129 exists(t, fixturepath('node_modules', 'modb'), 'modb')
[all …]
Dlegacy-array-bin.js8 var fixturepath = path.resolve(basepath, 'npm-test-array-bin') variable
48 common.npm(['install', fixturepath], {cwd: basepath}, installCheckAndTest)
60 common.npm(['rm', fixturepath], {cwd: basepath}, removeCheckAndDone)
74 fixture.create(fixturepath)
78 fixture.remove(fixturepath)
Dlegacy-dir-bin.js8 var fixturepath = path.resolve(basepath, 'npm-test-dir-bin') variable
48 common.npm(['install', fixturepath], {cwd: basepath}, installCheckAndTest)
59 common.npm(['rm', fixturepath], {cwd: basepath}, removeCheckAndDone)
73 fixture.create(fixturepath)
77 fixture.remove(fixturepath)
Dlegacy-optional-deps.js10 var fixturepath = path.resolve(basepath, 'npm-test-optional-deps') variable
51 common.npm(opts.concat(['install', fixturepath]), {cwd: basepath}, installCheckAndTest)
73 fixture.create(fixturepath)
78 fixture.remove(fixturepath)
/third_party/node/deps/npm/test/tap/
Dls.js7 var fixturepath = path.resolve(basepath, 'npm-test-files') variable
8 var pkgpath = path.resolve(fixturepath, 'npm-test-ls')
80 cwd: path.join(fixturepath, 'npm-test-ls')
118 cwd: path.join(fixturepath, 'npm-test-ls')
155 cwd: path.join(fixturepath, 'npm-test-ls')
207 fixture.create(fixturepath)
209 cwd: path.join(fixturepath, 'npm-test-ls')
218 fixture.remove(fixturepath)
Dlegacy-missing-bindir.js9 var fixturepath = path.resolve(basepath, 'npm-test-missing-bindir') variable
47 common.npm(['install', fixturepath], {cwd: basepath}, installCheckAndTest)
54 common.npm(['rm', fixturepath], {cwd: basepath}, removeCheckAndDone)
71 fixture.create(fixturepath)
76 fixture.remove(fixturepath)
Dlegacy-test-package.js8 var fixturepath = path.resolve(basepath, 'npm-test-test-package') variable
35 common.npm(['install', fixturepath], {cwd: basepath}, installCheckAndTest)
46 common.npm(['rm', fixturepath], {cwd: basepath}, removeCheckAndDone)
63 fixture.create(fixturepath)
68 fixture.remove(fixturepath)
Dlegacy-ignore-nested-nm.js8 var fixturepath = path.resolve(basepath, 'npm-test-ignore-nested-nm') variable
35 common.npm(['install', fixturepath], {cwd: basepath}, installCheckAndTest)
43 common.npm(['rm', fixturepath], {cwd: basepath}, removeCheckAndDone)
58 fixture.create(fixturepath)
62 fixture.remove(fixturepath)
Dlegacy-platform-all.js8 var fixturepath = path.resolve(basepath, 'npm-test-platform-all') variable
55 common.npm(['install', fixturepath], {cwd: basepath}, installCheckAndTest)
71 fixture.create(fixturepath)
75 fixture.remove(fixturepath)
Dlegacy-private.js8 var fixturepath = path.resolve(basepath, 'npm-test-private') variable
34 common.npm(['install', fixturepath], {cwd: basepath}, installCheckAndTest)
51 fixture.create(fixturepath)
56 fixture.remove(fixturepath)
Dlegacy-platform.js8 var fixturepath = path.resolve(basepath, 'npm-test-platform') variable
41 common.npm(['install', fixturepath], {cwd: basepath}, installCheckAndTest)
57 fixture.create(fixturepath)
62 fixture.remove(fixturepath)
Dbundled-dependencies.js10 var fixturepath = path.resolve(basepath, 'npm-test-bundled-deps') variable
83 fixture.create(fixturepath)
85 common.npm(['pack', fixturepath], {cwd: basepath}, extractAndCheck)
97 fixture.remove(fixturepath)
Dpack-files-and-ignores.js10 var fixturepath = path.resolve(basepath, 'npm-test-files') variable
678 fixture.create(fixturepath)
680 common.npm(['pack', fixturepath], {cwd: basepath}, extractAndCheck)
692 fixture.remove(fixturepath)
/third_party/node/deps/npm/test/network/
Dlegacy-bundled-git.js8 var fixturepath = path.resolve(basepath, 'npm-test-bundled-git') variable
69 common.npm(['install', '--global-style', fixturepath], {cwd: basepath}, installCheckAndTest)
79 common.npm(['rm', fixturepath], {cwd: basepath}, removeCheckAndDone)
93 fixture.create(fixturepath)
97 fixture.remove(fixturepath)
Dlegacy-url-dep.js8 var fixturepath = path.resolve(basepath, 'npm-test-url-dep') variable
37 common.npm(['install', fixturepath], {cwd: basepath}, installCheckAndTest)
52 fixture.create(fixturepath)
57 fixture.remove(fixturepath)