Searched refs:testLegacy (Results 1 – 1 of 1) sorted by relevance
/third_party/node/deps/npm/test/tap/ |
D | tree-style.js | 16 var testLegacy = path.resolve(base, 'testLegacy') variable 60 ;[modA, modB, modC, testNormal, testGlobal, testLegacy].forEach(function (mod) { 66 ;[testNormal, testGlobal, testLegacy].forEach(function (mod) { writeJson(mod, json) }) 116 …common.npm(['install', '--legacy-bundling'], {cwd: testLegacy}, function (err, code, stdout, stder… 120 exists(t, modJoin(testLegacy, 'modA', 'modB', 'modC'), 'legacy-bundling install; module C')
|