Home
last modified time | relevance | path

Searched refs:fixturesPath (Results 1 - 1 of 1) sorted by relevance

/third_party/node/test/common/
H A Dfixtures.js9 function fixturesPath(...args) { function
14 return pathToFileURL(fixturesPath(...args));
19 return fs.readFileSync(fixturesPath(...args), enc);
20 return fs.readFileSync(fixturesPath(args), enc);
24 return fs.readFileSync(fixturesPath('keys', name), enc);
33 path: fixturesPath,

Completed in 1 milliseconds