Home
last modified time | relevance | path

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

/third_party/node/deps/npm/test/tap/
Dtree-style.js47 function modJoin () { function
105 exists(t, modJoin(testNormal, 'modA'), 'normal install; module A')
106 exists(t, modJoin(testNormal, 'modB'), 'normal install; module B')
107 exists(t, modJoin(testNormal, 'modC'), 'normal install; module C')
113 exists(t, modJoin(testGlobal, 'modA', 'modB'), 'global-style install; module B')
114 exists(t, modJoin(testGlobal, 'modA', 'modC'), 'global-style install; module C')
120 exists(t, modJoin(testLegacy, 'modA', 'modB', 'modC'), 'legacy-bundling install; module C')
Dfull-warning-messages.js39 function modJoin () { function
103 exists(t, modJoin(base, 'modA'), 'module A')
104 notExists(t, modJoin(base, 'modB'), 'module B')