Searched refs:cleanCwd (Results 1 – 15 of 15) sorted by relevance
/third_party/node/deps/npm/test/lib/commands/ |
D | ls.js | 9 const { cleanCwd } = require('../../fixtures/clean-snapshot') 16 t.cleanSnapshot = str => cleanCwd(str) 126 return typeof obj === 'string' ? cleanCwd(obj) : obj 149 cleanCwd(result()), 163 cleanCwd(result()), 205 t.matchSnapshot(cleanCwd(result()), 'should omit missing optional dep') 223 t.matchSnapshot(cleanCwd(result()), 'should output containing problems info') 266 t.matchSnapshot(cleanCwd(result()), 'should contain overridden outout') 308 t.matchSnapshot(cleanCwd(result()), 'should contain overridden outout') 331 cleanCwd(result()), [all …]
|
D | explore.js | 3 const { cleanCwd } = require('../../fixtures/clean-snapshot') 17 PJ_CALLED = cleanCwd(path) 60 output: cleanCwd(mock.joinedOutput()).trim(),
|
D | help.js | 4 const { cleanCwd } = require('../../fixtures/clean-snapshot') 55 mockSpawn.open = async (url) => args = [cleanCwd(decodeURI(url))]
|
D | query.js | 3 const { cleanCwd } = require('../../fixtures/clean-snapshot.js') 5 t.cleanSnapshot = (str) => cleanCwd(str)
|
D | link.js | 5 const { cleanCwd } = require('../../fixtures/clean-snapshot.js') 8 t.cleanSnapshot = (str) => cleanCwd(str)
|
D | pkg.js | 5 const { cleanCwd } = require('../../fixtures/clean-snapshot') 7 t.cleanSnapshot = (str) => cleanCwd(str)
|
D | outdated.js | 4 const { cleanCwd } = require('../../fixtures/clean-snapshot') 6 t.cleanSnapshot = (str) => cleanCwd(str)
|
D | run-script.js | 5 const { cleanCwd } = require('../../fixtures/clean-snapshot') 33 cleanLogs: () => mock.logs.error.flat().map(v => v.toString()).map(cleanCwd),
|
D | doctor.js | 8 const { cleanCwd, cleanDate } = require('../../fixtures/clean-snapshot.js') 13 t.cleanSnapshot = p => cleanCacheSha(cleanDate(cleanCwd(p)))
|
/third_party/node/deps/npm/test/lib/ |
D | docs.js | 11 const { cleanCwd } = require('../fixtures/clean-snapshot.js') 34 t.cleanSnapshot = (s) => cleanCwd(s) 35 .split(cleanCwd(process.execPath)).join('{NODE}')
|
/third_party/node/deps/npm/test/fixtures/ |
D | clean-snapshot.js | 20 const cleanCwd = (path) => normalizePath(path) function 46 cleanCwd, property
|
/third_party/node/deps/npm/test/lib/utils/ |
D | explain-dep.js | 4 const { cleanCwd } = require('../../fixtures/clean-snapshot') 6 t.cleanSnapshot = (str) => cleanCwd(str)
|
D | error-message.js | 7 const { cleanCwd, cleanDate } = require('../../fixtures/clean-snapshot.js') 18 t.cleanSnapshot = p => cleanDate(cleanCwd(p))
|
D | log-file.js | 9 const { cleanCwd, cleanDate } = require('../../fixtures/clean-snapshot') 11 t.cleanSnapshot = (s) => cleanDate(cleanCwd(s))
|
D | exit-handler.js | 10 const { cleanCwd, cleanDate } = require('../../fixtures/clean-snapshot') 27 t.cleanSnapshot = (path) => cleanDate(cleanCwd(path))
|