Home
last modified time | relevance | path

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

/third_party/node/deps/npm/test/lib/commands/
Dls.js9 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 …]
Dexplore.js3 const { cleanCwd } = require('../../fixtures/clean-snapshot')
17 PJ_CALLED = cleanCwd(path)
60 output: cleanCwd(mock.joinedOutput()).trim(),
Dhelp.js4 const { cleanCwd } = require('../../fixtures/clean-snapshot')
55 mockSpawn.open = async (url) => args = [cleanCwd(decodeURI(url))]
Dquery.js3 const { cleanCwd } = require('../../fixtures/clean-snapshot.js')
5 t.cleanSnapshot = (str) => cleanCwd(str)
Dlink.js5 const { cleanCwd } = require('../../fixtures/clean-snapshot.js')
8 t.cleanSnapshot = (str) => cleanCwd(str)
Dpkg.js5 const { cleanCwd } = require('../../fixtures/clean-snapshot')
7 t.cleanSnapshot = (str) => cleanCwd(str)
Doutdated.js4 const { cleanCwd } = require('../../fixtures/clean-snapshot')
6 t.cleanSnapshot = (str) => cleanCwd(str)
Drun-script.js5 const { cleanCwd } = require('../../fixtures/clean-snapshot')
33 cleanLogs: () => mock.logs.error.flat().map(v => v.toString()).map(cleanCwd),
Ddoctor.js8 const { cleanCwd, cleanDate } = require('../../fixtures/clean-snapshot.js')
13 t.cleanSnapshot = p => cleanCacheSha(cleanDate(cleanCwd(p)))
/third_party/node/deps/npm/test/lib/
Ddocs.js11 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/
Dclean-snapshot.js20 const cleanCwd = (path) => normalizePath(path) function
46 cleanCwd, property
/third_party/node/deps/npm/test/lib/utils/
Dexplain-dep.js4 const { cleanCwd } = require('../../fixtures/clean-snapshot')
6 t.cleanSnapshot = (str) => cleanCwd(str)
Derror-message.js7 const { cleanCwd, cleanDate } = require('../../fixtures/clean-snapshot.js')
18 t.cleanSnapshot = p => cleanDate(cleanCwd(p))
Dlog-file.js9 const { cleanCwd, cleanDate } = require('../../fixtures/clean-snapshot')
11 t.cleanSnapshot = (s) => cleanDate(cleanCwd(s))
Dexit-handler.js10 const { cleanCwd, cleanDate } = require('../../fixtures/clean-snapshot')
27 t.cleanSnapshot = (path) => cleanDate(cleanCwd(path))