Home
last modified time | relevance | path

Searched refs:cleanDate (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/npm/test/fixtures/
Dclean-snapshot.js31 const cleanDate = (str) => function
47 cleanDate, property
/third_party/node/deps/npm/test/lib/utils/
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))
/third_party/node/deps/npm/test/lib/commands/
Ddoctor.js8 const { cleanCwd, cleanDate } = require('../../fixtures/clean-snapshot.js')
13 t.cleanSnapshot = p => cleanCacheSha(cleanDate(cleanCwd(p)))