Home
last modified time | relevance | path

Searched refs:fixturePath (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/npm/test/tap/
Dunpublish-config.js9 var fixturePath = path.join(pkg, 'fixture_npmrc') variable
23 fixturePath,
47 '--userconfig', fixturePath,
/third_party/node/test/es-module/
Dtest-esm-unknown-or-no-extension.js17 ].forEach((fixturePath) => {
18 const entry = fixtures.path(fixturePath);
/third_party/node/test/embedding/
Dtest-embedding.js40 const fixturePath = JSON.stringify(fixtures.path('exit.js')); constant
42 child_process.spawnSync(binary, [`require(${fixturePath})`, 92]).status,
/third_party/node/test/parallel/
Dtest-repl-tab-complete.js466 const fixturePath = `${readFileSync}../fixtures/test-repl-tab-completion`; constant
467 testMe.complete(fixturePath, common.mustCall((err, data) => {
474 testMe.complete(`${fixturePath}/hello`,
482 testMe.complete(`${fixturePath}/.h`,
496 const testPath = fixturePath.slice(0, -1);